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

View File

@ -392,6 +392,7 @@ private fun MainScreen(
if (isConnected) {
if (configuration.orientation == Configuration.ORIENTATION_PORTRAIT) {
focusDtmf.value = true
delay(300)
keyboardController?.show()
}
else