mirror of
https://github.com/element-hq/element-android
synced 2024-11-26 19:35:42 +03:00
quick format
This commit is contained in:
parent
d337ccd359
commit
406dfaab85
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ internal class ExtractMigrationDataUseCase {
|
|||
return Realm.getInstance(realmConfiguration).use { realm ->
|
||||
!realm.isEmpty &&
|
||||
// Check if there is a MetaData object
|
||||
realm.where<CryptoMetadataEntity>().count() > 0
|
||||
&& realm.where<CryptoMetadataEntity>().findFirst()?.olmAccountData != null
|
||||
realm.where<CryptoMetadataEntity>().count() > 0 &&
|
||||
realm.where<CryptoMetadataEntity>().findFirst()?.olmAccountData != null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue