[Code health] Replace StateFlow<UiState>
with Flow<NavEvent>
where appropriate
#2897
Labels
type: code health
Improvements to readability or robustness of codebase
There are cases where we may accidentally be replaying navigation events after config change because we've incorrectly modeled them as
LiveData
orStateFlow
s. We should correct those cases ASAP.The text was updated successfully, but these errors were encountered: