Skip to content

Commit

Permalink
allowing the prefetching of local echos to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Oct 2, 2022
1 parent 215695a commit f8783fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/app/dapk/st/SmallTalkApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f8783fd

Please sign in to comment.