allowing the prefetching of local echos to fail

This commit is contained in:
Adam Brown 2022-10-02 19:22:39 +01:00 committed by Adam Brown
parent 5153ac08c0
commit 03a86a3e5c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class SmallTalkApplication : Application(), ModuleProvider {
storeModule.credentialsStore().credentials()?.let {
featureModules.pushModule.pushTokenRegistrar().registerCurrentToken()
}
storeModule.localEchoStore.preload()
runCatching { storeModule.localEchoStore.preload() }
}
applicationScope.launch {