Update toolbar query on genre search (#8837)

This commit is contained in:
stevenyomi 2023-01-06 06:02:27 +08:00 committed by GitHub
parent 5cc84403e1
commit 6a423f0650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,6 +221,7 @@ class BrowseSourceScreenModel(
it.copy(
filters = defaultFilters,
listing = listing,
toolbarQuery = listing.query,
)
}
}