mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 18:05:59 +03:00
Avoid using !!
This commit is contained in:
parent
3623072f08
commit
a145aae0aa
1 changed files with 1 additions and 3 deletions
|
@ -345,9 +345,7 @@ internal class KeysBackup @Inject constructor(
|
|||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
keysBackupStateManager.addListener(keysBackupStateListener!!)
|
||||
}.also { keysBackupStateManager.addListener(it) }
|
||||
|
||||
backupKeys()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue