Skip to content

Replace LaunchedEffect with flows #726

@sunkup

Description

@sunkup

We should refactor to replace the remaining LaunchedEffect with initialized flows and .stateIn(viewModelScope, SharingStarted.WhileSubscribed(5000), false) like we do in most places already.

Max 1-2 replacements per PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringQuality improvement of existing functions

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions