Improve covers caching

This commit is contained in:
Koitharu
2024-07-23 11:37:26 +03:00
parent 0f97d29f6a
commit 6338e89507

View File

@@ -110,6 +110,8 @@ interface AppModule {
.decoderDispatcher(Dispatchers.IO)
.transformationDispatcher(Dispatchers.Default)
.diskCache(diskCacheFactory)
.respectCacheHeaders(false)
.networkObserverEnabled(false)
.logger(if (BuildConfig.DEBUG) DebugLogger() else null)
.allowRgb565(context.isLowRamDevice())
.eventListener(CaptchaNotifier(context))