Remove extra syncService.startSync() call (#830)
This commit is contained in:
committed by
GitHub
parent
f059970db1
commit
10d5ada93d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user