remove the thumbnail from photo fragment

This commit is contained in:
tibbi 2017-02-28 23:21:28 +01:00
parent ad39c4d644
commit 1af04a3e5d
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ class PhotoFragment : ViewPagerFragment() {
.transform(GlideRotateTransformation(context, degrees))
.format(if (medium.isPng()) DecodeFormat.PREFER_ARGB_8888 else DecodeFormat.PREFER_RGB_565)
.priority(if (isFragmentVisible) Priority.IMMEDIATE else Priority.NORMAL)
.thumbnail(0.3f)
.diskCacheStrategy(DiskCacheStrategy.NONE)
.listener(object : RequestListener<String, Bitmap> {
override fun onException(e: Exception?, model: String?, target: Target<Bitmap>?, isFirstResource: Boolean): Boolean {