mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-29 06:28:45 +03:00
Fix ktlint
This commit is contained in:
parent
3c931d6f6d
commit
96b51744b6
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ internal class DefaultKeysBackupService @Inject constructor(
|
||||||
Timber.e("restoreKeysWithRecoveryKey: Invalid recovery key. Error")
|
Timber.e("restoreKeysWithRecoveryKey: Invalid recovery key. Error")
|
||||||
throw InvalidParameterException("Invalid recovery key")
|
throw InvalidParameterException("Invalid recovery key")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Save for next time and for gossiping
|
// Save for next time and for gossiping
|
||||||
// Save now as it's valid, don't wait for the import as it could take long.
|
// Save now as it's valid, don't wait for the import as it could take long.
|
||||||
saveBackupRecoveryKey(recoveryKey, keysVersionResult.version)
|
saveBackupRecoveryKey(recoveryKey, keysVersionResult.version)
|
||||||
|
|
Loading…
Reference in a new issue