Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ch...@google.com <ch...@google.com> #2
And create a non-compose app will just works fine.
ch...@google.com <ch...@google.com> #3
Same issue here
ch...@google.com <ch...@google.com>
ap...@google.com <ap...@google.com> #4
Same issue here, app crashes on start when using android-gradle 7.1.0-alpha04 and AS Canary 4
Description
Compose options:
Updating a MutableState value in the backgroung, sometimes I get the following error:
Code to reproduce is attached. See
@Composable TestSnapshotCrash()
It's a simple layout with 3 Tabs and a LazyColumn. Changing the tab, a new list is created in the background and assigned to a mutablestate. That state is used in the lazycolumn. If you change the tab very quickly and many times, the crash should happen.