Avoid using !!

This commit is contained in:
Benoit Marty 2019-12-03 13:19:03 +01:00
parent 3623072f08
commit a145aae0aa
1 changed files with 1 additions and 3 deletions

View File

@ -345,9 +345,7 @@ internal class KeysBackup @Inject constructor(
} }
}) })
} }
} }.also { keysBackupStateManager.addListener(it) }
keysBackupStateManager.addListener(keysBackupStateListener!!)
backupKeys() backupKeys()
} }