Преглед изворни кода

fix white flickering during the quoting animation

cyberta пре 4 година
родитељ
комит
64d6fedc9c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      deltachat-ios/Chat/Views/DraftArea.swift

+ 1 - 0
deltachat-ios/Chat/Views/DraftArea.swift

@@ -63,6 +63,7 @@ public class DraftArea: UIView, InputItem {
     public func setupSubviews() {
         addSubview(mainContentView)
         mainContentView.fillSuperview()
+        mainContentView.backgroundColor = DcColors.chatBackgroundColor
     }
 
     public func configure(draft: DraftModel) {