-
-
Notifications
You must be signed in to change notification settings - Fork 800
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request