瀏覽代碼

fix hidden message input bar

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

+ 1 - 1
deltachat-ios/Chat/ChatViewControllerNew.swift

@@ -129,7 +129,6 @@ class ChatViewControllerNew: UITableViewController {
         if !disableWriting {
             configureMessageInputBar()
             messageInputBar.inputTextView.text = textDraft
-            self.tableView.becomeFirstResponder()
         }
 
 
@@ -166,6 +165,7 @@ class ChatViewControllerNew: UITableViewController {
 
     override func viewWillAppear(_ animated: Bool) {
         super.viewWillAppear(animated)
+        self.tableView.becomeFirstResponder()
         // this will be removed in viewWillDisappear
         navigationController?.navigationBar.addGestureRecognizer(navBarTap)