Remove extra syncService.startSync() call (#830)
This commit is contained in:
parent
f4ae9eaba7
commit
4d8c929ad3
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ class LoggedInFlowNode @AssistedInject constructor(
|
|||
observeAnalyticsState()
|
||||
lifecycle.subscribe(
|
||||
onCreate = {
|
||||
syncService.startSync()
|
||||
plugins<LifecycleCallback>().forEach { it.onFlowCreated(id, inputs.matrixClient) }
|
||||
val imageLoaderFactory = bindings<MatrixUIBindings>().loggedInImageLoaderFactory()
|
||||
Coil.setImageLoader(imageLoaderFactory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue