Potential fix for memory issues

This commit is contained in:
tom5079
2019-11-30 15:09:53 +09:00
parent 2197de98ea
commit a97af59260
4 changed files with 9 additions and 6 deletions

View File

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