mirror of
https://github.com/bitwarden/android.git
synced 2025-02-16 11:59:57 +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
|
// Exit on save if handling an autofill, Fido2 Attestation, or TOTP link
|
||||||
val shouldExitOnSave = autofillSaveItem != null ||
|
val shouldExitOnSave = autofillSaveItem != null ||
|
||||||
fido2AttestationOptions != null ||
|
fido2AttestationOptions != null
|
||||||
totpData != null
|
|
||||||
|
|
||||||
val dialogState = if (!settingsRepository.initialAutofillDialogShown &&
|
val dialogState = if (!settingsRepository.initialAutofillDialogShown &&
|
||||||
vaultAddEditType is VaultAddEditType.AddItem &&
|
vaultAddEditType is VaultAddEditType.AddItem &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue