mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
fix blocking createPasswordUI() when OTP is displayed (#3162)
This commit is contained in:
parent
16ed00562b
commit
d62516399e
|
@ -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