浏览代码

fix flickering keyboard on swipe-to-reply if the messageInputBar was focussed

cyberta 4 年之前
父节点
当前提交
0d17104c5b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

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

@@ -620,6 +620,7 @@ class ChatViewController: UITableViewController {
 
         let action = UIContextualAction(style: .normal, title: nil,
                                         handler: { [weak self] (_, _, completionHandler) in
+                                            self?.keepKeyboard = true
                                             self?.replyToMessage(at: indexPath)
                                             completionHandler(true)
                                         })