mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
[PM-27589] [PM-27158] fix : Sub folders always show 0 items (#6092)
This commit is contained in:
parent
2ad3014da2
commit
6f27642a30
@ -168,7 +168,8 @@ fun VaultData.toViewState(
|
||||
VaultItemListingState.FolderDisplayItem(
|
||||
id = requireNotNull(folderView.id),
|
||||
name = folderView.name,
|
||||
count = allFilteredCipherViewList
|
||||
count = decryptCipherListResult
|
||||
.successes
|
||||
.count {
|
||||
it.deletedDate == null &&
|
||||
!it.id.isNullOrBlank() &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user