Fix disappearing keyboard

This commit is contained in:
Peter 2019-09-14 00:53:15 +04:00
parent 538e3dbe70
commit 2081e9720c

View File

@ -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