mirror of
https://github.com/bitwarden/android.git
synced 2026-05-07 19:39:41 -05:00
PM-34238: bug: Hide archived ciphers on VerificationCodes Screen (#6767)
This commit is contained in:
@@ -191,7 +191,8 @@ class VaultRepositoryImpl(
|
||||
.filter {
|
||||
it.type is CipherListViewType.Login &&
|
||||
!it.login?.totp.isNullOrBlank() &&
|
||||
it.deletedDate == null
|
||||
it.deletedDate == null &&
|
||||
it.archivedDate == null
|
||||
}
|
||||
.toFilteredList(vaultFilterType)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user