Tweak mangadex integration

This commit is contained in:
Jobobby04
2021-10-23 13:41:30 -04:00
parent 8c23c07c78
commit 72b33a1c52
3 changed files with 12 additions and 5 deletions
@@ -78,7 +78,7 @@ class MangaDex(delegate: HttpSource, val context: Context) :
context.getSharedPreferences("source_$id", 0x0000)
}
val mangadexAuthServiceLazy = lazy { MangaDexAuthService(baseHttpClient, headers, preferences, mdList) }
private val mangadexAuthServiceLazy = lazy { MangaDexAuthService(baseHttpClient, headers, preferences, mdList) }
private val loginHelper = MangaDexLoginHelper(mangadexAuthServiceLazy, preferences, mdList)