Fix decoder crash with 1px images and crop borders

This commit is contained in:
inorichi 2021-05-16 22:49:53 +02:00
parent 09c07faafd
commit 6843dbf7e1

View File

@ -202,7 +202,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")