waits 3 seconds before starting the rest.

This commit is contained in:
Vitor Pamplona
2023-10-01 11:42:47 -04:00
parent 3ce5d92556
commit 07be841246
@@ -92,7 +92,7 @@ object ServiceManager {
NostrHomeDataSource.start() NostrHomeDataSource.start()
NostrAccountDataSource.start() NostrAccountDataSource.start()
GlobalScope.launch(Dispatchers.IO) { GlobalScope.launch(Dispatchers.IO) {
delay(2000) delay(3000)
NostrChatroomListDataSource.start() NostrChatroomListDataSource.start()
NostrDiscoveryDataSource.start() NostrDiscoveryDataSource.start()
NostrVideoDataSource.start() NostrVideoDataSource.start()