remove unnecessary keyboard closing
This commit is contained in:
parent
f4c2fdf665
commit
311e1cd604
|
|
@ -77,7 +77,6 @@ abstract class KeyboardResizeableViewController<TActivity : BaseActivity, TState
|
|||
keyboardShowListener = null
|
||||
stopDetection()
|
||||
}
|
||||
closeKeyboard()
|
||||
}
|
||||
|
||||
private fun closeKeyboard() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue