mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix default search not respecting content rating filter
This commit is contained in:
parent
9ac99023d9
commit
ff82157da4
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ open class BrowseSourceController(bundle: Bundle) :
|
|||
showProgressBar()
|
||||
adapter?.clear()
|
||||
|
||||
presenter.restartPager(newQuery)
|
||||
presenter.restartPager(newQuery, presenter.sourceFilters)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue