瀏覽代碼

force setting a backgroundcolor im massageInputBar. Fixes white flashing in dark mode during animations

cyberta 4 年之前
父節點
當前提交
ea64c6cb4e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

+ 1 - 0
deltachat-ios/Chat/ChatViewController.swift

@@ -758,6 +758,7 @@ class ChatViewController: UITableViewController {
         messageInputBar.inputTextView.tintColor = DcColors.primary
         messageInputBar.inputTextView.textColor = DcColors.defaultTextColor
         messageInputBar.backgroundView.backgroundColor = DcColors.chatBackgroundColor
+        messageInputBar.backgroundColor = DcColors.chatBackgroundColor
         messageInputBar.inputTextView.backgroundColor = DcColors.inputFieldColor
         messageInputBar.inputTextView.placeholderTextColor = DcColors.placeholderColor
         messageInputBar.inputTextView.textContainerInset = UIEdgeInsets(top: 8, left: 16, bottom: 8, right: 38)