Potential fix for too large bitmap crash

This commit is contained in:
tom5079
2019-11-25 19:39:17 +09:00
parent c004c7f71a
commit 2197de98ea
2 changed files with 4 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ class ReaderAdapter(private val glide: RequestManager,
if (BuildConfig.CENSOR)
override(5, 8)
}
.fitCenter()
.into(holder.view)
}