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