mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00: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
|
binding.recyclerView.itemAnimator = null
|
||||||
|
|
||||||
if (entry.hasTotp()) {
|
if (entry.hasTotp()) {
|
||||||
entry.totp.collect(adapter::updateOTPCode)
|
lifecycleScope.launch { entry.totp.collect(adapter::updateOTPCode) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user