remove unnecessary keyboard closing

This commit is contained in:
Nitser 2019-09-11 14:00:13 +03:00
parent f4c2fdf665
commit 311e1cd604
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ abstract class KeyboardResizeableViewController<TActivity : BaseActivity, TState
keyboardShowListener = null
stopDetection()
}
closeKeyboard()
}
private fun closeKeyboard() {