It should be possible to do initial loading and login in paralell. This would speedup the startup process.
use suspend instead of runBlocking where possible
make sure the correct scope is used (gloabl vs lifecycle vs viewmodel)
It should be possible to do initial loading and login in paralell. This would speedup the startup process.
* [x] use suspend instead of runBlocking where possible
* [x] make sure the correct scope is used (gloabl vs lifecycle vs viewmodel)
Seil0
added the parser label 2020-12-31 14:11:55 +01:00
Seil0
self-assigned this 2020-12-31 14:11:55 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It should be possible to do initial loading and login in paralell. This would speedup the startup process.