Migrate all 56 Compose screens from collectAsState() to the lifecycle-aware collectAsStateWithLifecycle() (added androidx.lifecycle:lifecycle-runtime-compose). Upstream flow collection now pauses when the UI isn't visible instead of running in the background — the modern, recommended idiom, and it unifies the two files already using it with the rest of the app. No behavior change for visible screens; compiles + unit suite green. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| schemas | ||
| src | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||