Skip to content

Replace LaunchedEffect with flows #726

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

    Fields

    No fields configured for Task.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions