WAI
Status Update
Comments
il...@google.com <il...@google.com> #2
Correct, that's how Compose works.
If you want to know whether your screen is in the middle of a transition, you can use the Lifecycle.State
of the backStackEntry
passed to your composable
lambda or access it via LocalLifecycleOwner.current
. It will be RESUMED
only if there is no transition running.
Description
Version used: 2.7.6
Devices/Android versions reproduced on:
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).