fix: Fix filters that refuse to reset (#1711)

This commit is contained in:
Claudemirovsky
2023-06-11 07:06:15 +00:00
committed by GitHub
parent 6fca263a16
commit a71847a9e1
46 changed files with 46 additions and 46 deletions

View File

@ -8,7 +8,7 @@ ext {
extName = 'Yomiroll'
pkgNameSuffix = 'all.kamyroll'
extClass = '.Yomiroll'
extVersionCode = 23
extVersionCode = 24
libVersion = '13'
}

View File

@ -50,7 +50,7 @@ object YomirollFilters {
CrunchyFiltersData.LANGUAGE.map { CheckBoxVal(it.first, false) },
)
val FILTER_LIST = AnimeFilterList(
val FILTER_LIST get() = AnimeFilterList(
AnimeFilter.Header("Search Filter (ignored if browsing)"),
TypeFilter(),
AnimeFilter.Separator(),