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