Browse Source: clear search query when changing listing (#9652)
This commit is contained in:
parent
2a7cca6ea4
commit
bb3fdef40b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class BrowseSourceScreenModel(
|
|||
}
|
||||
|
||||
fun setListing(listing: Listing) {
|
||||
mutableState.update { it.copy(listing = listing) }
|
||||
mutableState.update { it.copy(listing = listing, toolbarQuery = null) }
|
||||
}
|
||||
|
||||
fun setFilters(filters: FilterList) {
|
||||
|
|
Reference in a new issue