浏览代码

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) {