mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Fix compilation issue after rebase.
This commit is contained in:
parent
1bad8f7741
commit
ac61aeea29
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class HomeActivityViewModel @AssistedInject constructor(
|
|||
}
|
||||
.launchIn(viewModelScope)
|
||||
|
||||
if (session.hasAlreadySynced()) {
|
||||
if (session.syncService().hasAlreadySynced()) {
|
||||
maybeVerifyOrBootstrapCrossSigning()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue