mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 04:29:18 +01:00
fix default search not respecting content rating filter
This commit is contained in:
parent
9ac99023d9
commit
ff82157da4
@ -371,7 +371,7 @@ open class BrowseSourceController(bundle: Bundle) :
|
||||
showProgressBar()
|
||||
adapter?.clear()
|
||||
|
||||
presenter.restartPager(newQuery)
|
||||
presenter.restartPager(newQuery, presenter.sourceFilters)
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user