Эх сурвалжийг харах

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

cyberta 4 жил өмнө
parent
commit
0d17104c5b

+ 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)
                                         })