waits 3 seconds before starting the rest.
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user