Added delay before keyboardcontroller action after focus to DTFM field

This commit is contained in:
Juha Heinanen
2025-12-08 13:10:51 +02:00
parent 2804609dea
commit f0600ac4c4
@@ -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