mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Fix compilation issue
This commit is contained in:
parent
141c7d6af0
commit
f716e9d789
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class KeysBackupRestoreFromPassphraseViewModel @Inject constructor() : ViewModel
|
|||
}
|
||||
|
||||
fun recoverKeys(context: Context, sharedViewModel: KeysBackupRestoreSharedViewModel) {
|
||||
val keysBackup = sharedViewModel.session.getKeysBackupService()
|
||||
val keysBackup = sharedViewModel.session.cryptoService().keysBackupService()
|
||||
|
||||
passphraseErrorText.value = null
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue