mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 01:21:02 +00:00
remove unnecessary context (build failing)
This commit is contained in:
@@ -97,7 +97,7 @@ class AnilistHomeViewModel : ViewModel() {
|
||||
suspend fun setRecommendation() = recommendation.postValue(Anilist.query.recommendations())
|
||||
|
||||
suspend fun loadMain(context: FragmentActivity) {
|
||||
Anilist.getSavedToken(context)
|
||||
Anilist.getSavedToken()
|
||||
MAL.getSavedToken(context)
|
||||
Discord.getSavedToken(context)
|
||||
if (PrefManager.getVal(PrefName.CheckUpdate)) AppUpdater.check(context)
|
||||
|
||||
Reference in New Issue
Block a user