allow the listener to always recount the indent
This commit is contained in:
parent
fcde2e632e
commit
466fabcae0
|
|
@ -62,9 +62,7 @@ abstract class KeyboardResizeableViewController<TActivity : BaseActivity, TState
|
|||
keyboardIsVisible = false
|
||||
}
|
||||
keyboardShowListener = { diff ->
|
||||
if (!keyboardIsVisible) {
|
||||
onKeyboardShow(diff)
|
||||
}
|
||||
onKeyboardShow(diff)
|
||||
keyboardIsVisible = true
|
||||
}
|
||||
startDetection()
|
||||
|
|
|
|||
Loading…
Reference in New Issue