Browse Source

open keyboard on swipe-to-reply

cyberta 4 years ago
parent
commit
fb80e7e9ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

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

@@ -426,6 +426,7 @@ class ChatViewController: UITableViewController {
                                             let message = DcMsg(id: self.messageIds[indexPath.row])
                                             self.draft.setQuote(quotedMsg: message)
                                             self.configureDraftArea(draft: self.draft)
+                                            self.messageInputBar.inputTextView.becomeFirstResponder()
                                             completionHandler(true)
                                         })
         if #available(iOS 12.0, *) {