소스 검색

cleanup and fix for light mode in ChatViewController

cyberta 5 년 전
부모
커밋
d33ff90604
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      deltachat-ios/Controller/ChatViewController.swift

+ 1 - 4
deltachat-ios/Controller/ChatViewController.swift

@@ -312,13 +312,10 @@ class ChatViewController: MessagesViewController {
         messageInputBar.delegate = self
         messageInputBar.inputTextView.tintColor = DcColors.primary
         messageInputBar.inputTextView.placeholder = String.localized("chat_input_placeholder")
-        messageInputBar.isTranslucent = true
         messageInputBar.separatorLine.isHidden = true
         messageInputBar.inputTextView.tintColor = DcColors.primary
         messageInputBar.inputTextView.textColor = DcColors.defaultTextColor
-        messageInputBar.backgroundView.backgroundColor = .black
-        messageInputBar.isTranslucent = false
-        //messageInputBar.backgroundColor = DcColors.chatBackgroundColor
+        messageInputBar.backgroundView.backgroundColor = DcColors.chatBackgroundColor
 
         scrollsToBottomOnKeyboardBeginsEditing = true