Added delay before keyboardcontroller action after focus to DTFM field
This commit is contained in:
@ -392,6 +392,7 @@ private fun MainScreen(
|
||||
if (isConnected) {
|
||||
if (configuration.orientation == Configuration.ORIENTATION_PORTRAIT) {
|
||||
focusDtmf.value = true
|
||||
delay(300)
|
||||
keyboardController?.show()
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user