fix(Export): Correctly apply item filters when you click View all items button

This commit is contained in:
Artem Chepurnoy 2024-12-19 10:52:28 +02:00
parent d03a2ad16c
commit 4dfe4fc3d2
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E

View File

@ -219,7 +219,12 @@ fun produceExportScreenState(
list = state.list,
count = state.list.size,
onView = onClick {
val filter = state.filterConfig?.filter
val filter = DFilter.And(
listOfNotNull(
args.filter,
state.filterConfig?.filter,
),
)
val route = VaultRoute(
args = VaultRoute.Args(
appBar = VaultRoute.Args.AppBar(