fix kinds default value retrieving from preferences
This commit is contained in:
parent
ed4f4a6ce6
commit
9b7d0d6fd2
1 changed files with 0 additions and 1 deletions
|
@ -430,7 +430,6 @@ class ShabakatyCinemana : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||||
SingleSelectFilter(
|
SingleSelectFilter(
|
||||||
KIND_FILTER_NAME,
|
KIND_FILTER_NAME,
|
||||||
KINDS_LIST,
|
KINDS_LIST,
|
||||||
KINDS_LIST.map { it.first }.indexOf(preferences.getString(PREF_LATEST_KIND_KEY, PREF_LATEST_KIND_KEY)!!),
|
|
||||||
),
|
),
|
||||||
MultipleSelectFilter(
|
MultipleSelectFilter(
|
||||||
MAIN_CATEGORY_FILTER_NAME,
|
MAIN_CATEGORY_FILTER_NAME,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue