fix blocking createPasswordUI() when OTP is displayed (#3162)
This commit is contained in:
parent
16ed00562b
commit
d62516399e
1 changed files with 1 additions and 1 deletions
|
@ -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) }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue