Please help. I am getting the below warnings when typing text values in Jetpack Compose TextField. The UI freezes and text is not updated after entering one letter.The logcat also gets flooded with repeated messages over and over(if I log inside onValueChanged
). This seems to happen in Android devices of version 9.0 and below. When entering numeric values the keyboard is responsive but when entering text values the UI freezes and the keyboard become unresponsive.
IInputConnectionWrapper W beginBatchEdit on inactive InputConnection
IInputConnectionWrapper W setComposingText on inactive InputConnection
IInputConnectionWrapper W endBatchEdit on inactive InputConnection