fixed mis-match default values
This commit is contained in:
parent
965adddf8d
commit
922ccdfb27
3 changed files with 3 additions and 4 deletions
|
@ -272,7 +272,7 @@ class AnimeFragment : Fragment() {
|
|||
model.loadTrending(1)
|
||||
model.loadUpdated()
|
||||
model.loadPopular("ANIME", sort = Anilist.sortBy[1], onList = PrefWrapper.getVal(
|
||||
PrefName.PopularAnimeList, false))
|
||||
PrefName.PopularAnimeList, true))
|
||||
}
|
||||
live.postValue(false)
|
||||
_binding?.animeRefresh?.isRefreshing = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue