mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -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(
|
VaultItemListingState.FolderDisplayItem(
|
||||||
id = requireNotNull(folderView.id),
|
id = requireNotNull(folderView.id),
|
||||||
name = folderView.name,
|
name = folderView.name,
|
||||||
count = allFilteredCipherViewList
|
count = decryptCipherListResult
|
||||||
|
.successes
|
||||||
.count {
|
.count {
|
||||||
it.deletedDate == null &&
|
it.deletedDate == null &&
|
||||||
!it.id.isNullOrBlank() &&
|
!it.id.isNullOrBlank() &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user