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