mirror of
https://github.com/bitwarden/android.git
synced 2026-08-26 22:04:07 -05:00
[PM-24206] Fix filtered verification code search (#5619)
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ private fun CipherListView.filterBySearchType(
|
||||
}
|
||||
|
||||
is SearchTypeData.Vault.SshKeys -> type is CipherListViewType.SshKey && deletedDate == null
|
||||
is SearchTypeData.Vault.VerificationCodes -> organizationUseTotp && deletedDate == null
|
||||
is SearchTypeData.Vault.VerificationCodes -> login?.totp != null && deletedDate == null
|
||||
is SearchTypeData.Vault.Trash -> deletedDate != null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user