Yves Kalume
07/18/2025, 9:52 AMModalBottomSheet
with an OutlinedTextField
, and I'm encountering a strange crash when I type some text, then repeatedly close and reopen the keyboard.
Here's the error I'm seeing: java.lang.IllegalArgumentException: Detected multithreaded access to SnapshotStateObserver: previousThreadId=23728), currentThread={id=2, name=main}. Note that observation on multiple threads in layout/draw is not supported. Make sure your measure/layout/draw for each Owner (AndroidComposeView) is executed on the same thread.
Halil Ozercan
07/19/2025, 5:19 PMHalil Ozercan
07/19/2025, 5:20 PM