mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Fix disappearing keyboard
This commit is contained in:
parent
538e3dbe70
commit
2081e9720c
@ -178,8 +178,9 @@ final class NavigationContainer: ASDisplayNode, UIGestureRecognizerDelegate {
|
||||
|
||||
let topController = top.value
|
||||
let bottomController = transition.previous.value
|
||||
strongSelf.keyboardManager?.updateInteractiveInputOffset(layout.size.height, transition: .immediate, completion: {})
|
||||
UIView.setAnimationsEnabled(false)
|
||||
topController.view.endEditing(true)
|
||||
UIView.setAnimationsEnabled(true)
|
||||
|
||||
strongSelf.state.transition = nil
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user