Fix decoder crash with 1px images and crop borders

(cherry picked from commit 6843dbf7e1)
This commit is contained in:
inorichi
2021-05-16 22:49:53 +02:00
committed by Jobobby04
parent 97e47b98b1
commit 19d539b197
+1 -1
View File
@@ -207,7 +207,7 @@ dependencies {
implementation("io.coil-kt:coil:$coilVersion")
implementation("io.coil-kt:coil-gif:$coilVersion")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:547d9c0")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:846abe0")
// Logging
implementation("com.jakewharton.timber:timber:4.7.1")