Bladeren bron

Merge pull request #1060 from deltachat/fix_inputbar_background_color

force setting a backgroundcolor im massageInputBar.
bjoern 4 jaren geleden
bovenliggende
commit
170b15f610
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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.tintColor = DcColors.primary
         messageInputBar.inputTextView.textColor = DcColors.defaultTextColor
         messageInputBar.inputTextView.textColor = DcColors.defaultTextColor
         messageInputBar.backgroundView.backgroundColor = DcColors.chatBackgroundColor
         messageInputBar.backgroundView.backgroundColor = DcColors.chatBackgroundColor
+        messageInputBar.backgroundColor = DcColors.chatBackgroundColor
         messageInputBar.inputTextView.backgroundColor = DcColors.inputFieldColor
         messageInputBar.inputTextView.backgroundColor = DcColors.inputFieldColor
         messageInputBar.inputTextView.placeholderTextColor = DcColors.placeholderColor
         messageInputBar.inputTextView.placeholderTextColor = DcColors.placeholderColor
         messageInputBar.inputTextView.textContainerInset = UIEdgeInsets(top: 8, left: 16, bottom: 8, right: 38)
         messageInputBar.inputTextView.textContainerInset = UIEdgeInsets(top: 8, left: 16, bottom: 8, right: 38)