warning: this can cause OOM
This commit is contained in:
tom5079
2019-12-14 16:54:59 +09:00
parent ceaa930623
commit 30263c6260
7 changed files with 13 additions and 20 deletions

View File

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