소스 검색

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