Closed mrf7 closed 1 year ago
Use new collectAsStateWithLifecycle function to collect stateflows rather than than manual lifecycle hook. Comes from new rec for collecting https://medium.com/androiddevelopers/consuming-flows-safely-in-jetpack-compose-cde014d0d5a3
collectAsStateWithLifecycle
./gradlew :app:build
./gradlew :shared:build
Summary
Use new
collectAsStateWithLifecycle
function to collect stateflows rather than than manual lifecycle hook. Comes from new rec for collecting https://medium.com/androiddevelopers/consuming-flows-safely-in-jetpack-compose-cde014d0d5a3Testing
./gradlew :app:build
./gradlew :shared:build