mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 07:37:48 +01:00
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) {
|
||||
|
|
Loading…
Reference in a new issue