fix blocking createPasswordUI() when OTP is displayed (#3162)

This commit is contained in:
agrahn 2024-08-11 07:13:37 +02:00 committed by GitHub
parent 16ed00562b
commit d62516399e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -302,7 +302,7 @@ class DecryptActivity : BasePGPActivity() {
binding.recyclerView.itemAnimator = null
if (entry.hasTotp()) {
entry.totp.collect(adapter::updateOTPCode)
lifecycleScope.launch { entry.totp.collect(adapter::updateOTPCode) }
}
}