Sfoglia il codice sorgente

fix white flickering during the quoting animation

cyberta 4 anni fa
parent
commit
64d6fedc9c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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) {