Not sure if this is related to #5702.
@@ -116,12 +116,12 @@ open class App : Application(), LifecycleObserver, ImageLoaderFactory {
override fun newImageLoader(): ImageLoader {
return ImageLoader.Builder(this).apply {
componentRegistry {
- add(TachiyomiImageDecoder([email protected]))
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
add(ImageDecoderDecoder(this@App))
} else {
add(GifDecoder())
}
+ add(TachiyomiImageDecoder([email protected]))
add(ByteBufferFetcher())
add(MangaCoverFetcher())