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

@@ -95,7 +95,6 @@ class GalleryBlockAdapter(private val glide: RequestManager, private val galleri
if (BuildConfig.CENSOR)
override(5, 8)
}
.fitCenter()
.into(galleryblock_thumbnail)
}