mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Fix resetting filter resets browse pager (#8394)
Fix resetinf filter resets browse pager
This commit is contained in:
		| @@ -156,8 +156,6 @@ open class BrowseSourcePresenter( | ||||
|     fun reset() { | ||||
|         val source = source ?: return | ||||
|         state.filters = source.getFilterList() | ||||
|         if (currentFilter !is Filter.UserInput) return | ||||
|         state.currentFilter = (currentFilter as Filter.UserInput).copy(filters = state.filters) | ||||
|     } | ||||
|  | ||||
|     fun search(query: String? = null, filters: FilterList? = null) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user