https://kotlinlang.org logo
#compose
Title
# compose
m

Marcin Środa

07/24/2020, 2:09 PM
Has anyone noticed instability after updating to dev15? My app starts crashing silently while using FilledTextField.
Copy code
2020-07-24 16:05:59.308 582-659/system_process W/InputDispatcher: channel '5963efc .ui.MainActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
2020-07-24 16:05:59.308 582-659/system_process E/InputDispatcher: channel '5963efc ui.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
Another bug with TextField (I did expect it is well known) is view is not pushed above keyboard when opened first time.
Or not just the first time, looks randomly
Crash doesn't exist after emulator reset. Will observe it.
2 Views