Fix compilation issue after rebase.
This commit is contained in:
parent
1bad8f7741
commit
ac61aeea29
@ -236,7 +236,7 @@ class HomeActivityViewModel @AssistedInject constructor(
|
|||||||
}
|
}
|
||||||
.launchIn(viewModelScope)
|
.launchIn(viewModelScope)
|
||||||
|
|
||||||
if (session.hasAlreadySynced()) {
|
if (session.syncService().hasAlreadySynced()) {
|
||||||
maybeVerifyOrBootstrapCrossSigning()
|
maybeVerifyOrBootstrapCrossSigning()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user