소스 검색

Merge pull request #1060 from deltachat/fix_inputbar_background_color

force setting a backgroundcolor im massageInputBar.
bjoern 4 년 전
부모
커밋
170b15f610
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)