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 (isConnected) {
|
||||||
if (configuration.orientation == Configuration.ORIENTATION_PORTRAIT) {
|
if (configuration.orientation == Configuration.ORIENTATION_PORTRAIT) {
|
||||||
focusDtmf.value = true
|
focusDtmf.value = true
|
||||||
|
delay(300)
|
||||||
keyboardController?.show()
|
keyboardController?.show()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user