Closed wmontwe closed 3 weeks ago
What are the steps to reproduce the crash?
What are the steps to reproduce the crash?
See above, updated
Note: I wasn't able to reproduce this on a physical device. It reproduces fine for me on an emulator using the "Google Play Intel x86_64 Atom System Image, API 31" image.
This change prevents a
ConcurrentModificationException
that could occur when interacting with fragments nested inside composables. This exception was caused by a timing issue between the fragment's lifecycle and the composable it's embedded in, especially when handling fragment results.Steps to reproduce: