You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
review: keep STARTED gate on delayed connecting animation
Plain lifecycleScope.launch (replacing launchWhenStarted) could run the delayed
progress show() while the activity is stopped. Gate the UI mutation with withStarted to
preserve the lifecycle-aware behavior (matches StatsBar).
0 commit comments