mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
PM-13024: After saving cipher in totp flow, app should not close (#4137)
This commit is contained in:
parent
65380095f0
commit
fca00d38f5
1 changed files with 1 additions and 2 deletions
|
@ -124,8 +124,7 @@ class VaultAddEditViewModel @Inject constructor(
|
|||
|
||||
// Exit on save if handling an autofill, Fido2 Attestation, or TOTP link
|
||||
val shouldExitOnSave = autofillSaveItem != null ||
|
||||
fido2AttestationOptions != null ||
|
||||
totpData != null
|
||||
fido2AttestationOptions != null
|
||||
|
||||
val dialogState = if (!settingsRepository.initialAutofillDialogShown &&
|
||||
vaultAddEditType is VaultAddEditType.AddItem &&
|
||||
|
|
Loading…
Reference in a new issue