allowing the prefetching of local echos to fail
This commit is contained in:
parent
5153ac08c0
commit
03a86a3e5c
|
@ -58,7 +58,7 @@ class SmallTalkApplication : Application(), ModuleProvider {
|
||||||
storeModule.credentialsStore().credentials()?.let {
|
storeModule.credentialsStore().credentials()?.let {
|
||||||
featureModules.pushModule.pushTokenRegistrar().registerCurrentToken()
|
featureModules.pushModule.pushTokenRegistrar().registerCurrentToken()
|
||||||
}
|
}
|
||||||
storeModule.localEchoStore.preload()
|
runCatching { storeModule.localEchoStore.preload() }
|
||||||
}
|
}
|
||||||
|
|
||||||
applicationScope.launch {
|
applicationScope.launch {
|
||||||
|
|
Loading…
Reference in New Issue