google / google/ground-android
[Code health] Replace `StateFlow<UiState>` with `Flow<NavEvent>` where appropriate
Open
type: code health
- Dominant language
- Kotlin
- Stars
- 293
- Forks
- 149
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 42
Description
There are cases where we may accidentally be replaying navigation events after config change because we've incorrectly modeled them as `LiveData` or `StateFlow`s. We should correct those cases ASAP.
Contributor guide
Assessment
This issue has not been assessed yet.