Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix blocking createPasswordUI() when OTP is displayed (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrahn authored Aug 11, 2024
1 parent 16ed005 commit d625163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
}
}

Expand Down

0 comments on commit d625163

Please sign in to comment.