mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
parent
b5bab8f43f
commit
6361412069
1 changed files with 2 additions and 2 deletions
|
@ -148,10 +148,10 @@ open class BrowseSourcePresenter(
|
||||||
*/
|
*/
|
||||||
fun restartPager(query: String = this.query, filters: FilterList = this.appliedFilters) {
|
fun restartPager(query: String = this.query, filters: FilterList = this.appliedFilters) {
|
||||||
this.query = query
|
this.query = query
|
||||||
this.appliedFilters = filters
|
this.appliedFilters = filters.ifEmpty { source.getFilterList() }
|
||||||
|
|
||||||
// Create a new pager.
|
// Create a new pager.
|
||||||
pager = createPager(query, filters)
|
pager = createPager(query, appliedFilters)
|
||||||
|
|
||||||
val sourceId = source.id
|
val sourceId = source.id
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue