mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-05 06:19:59 +01:00
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 {
|
||||
featureModules.pushModule.pushTokenRegistrar().registerCurrentToken()
|
||||
}
|
||||
storeModule.localEchoStore.preload()
|
||||
runCatching { storeModule.localEchoStore.preload() }
|
||||
}
|
||||
|
||||
applicationScope.launch {
|
||||
|
Loading…
Reference in New Issue
Block a user