mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 12:00:03 +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(
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}.also { keysBackupStateManager.addListener(it) }
|
||||||
|
|
||||||
keysBackupStateManager.addListener(keysBackupStateListener!!)
|
|
||||||
|
|
||||||
backupKeys()
|
backupKeys()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue