Skip to content

Remove any usage of runBlocking #5688

@TimoPtr

Description

@TimoPtr

We do have a lot of runBlocking usage in the app. Most of them could be replaced by a proper coroutine. It leads to some ANR because it actually blocks the Main thread which we must not do under any circumstances.

It is not an easy task since some of them are quite hard to replace properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions