gilgoldzweig / MVP-Project-starter

Testable Implementation of MVP design pattern, with some cool extras
Apache License 2.0
3 stars 0 forks source link

executeQueuedUiActions causes ANR #4

Open galmc86 opened 5 years ago

gilgoldzweig commented 5 years ago

Thanks, should be fixed by the end of the week, it's a problem with coroutines runBlocking not releasing the UI thread after all actions executed.