This commit is contained in:
gedoor 2021-10-22 00:00:20 +08:00
parent fe97c57bd9
commit 9ff29e8bc8

View File

@ -49,7 +49,7 @@ object BookCover {
return
}
defaultDrawable = kotlin.runCatching {
BitmapDrawable(appCtx.resources, BitmapUtils.decodeBitmap(path, 100, 150))
BitmapDrawable(appCtx.resources, BitmapUtils.decodeBitmap(path, 600, 900))
}.getOrDefault(appCtx.resources.getDrawable(R.drawable.image_cover_default, null))
}