From 832d549fedd59787353f9dbcf11d9e09e596ce58 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 10 Sep 2017 21:50:58 +0200 Subject: [PATCH] remove the manual setting of max tilesize to 10000 --- .../com/simplemobiletools/gallery/fragments/PhotoFragment.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt index c722958f3..d7aca9dbf 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt @@ -203,7 +203,6 @@ class PhotoFragment : ViewPagerFragment() { if ((medium.isImage()) && isFragmentVisible && view.subsampling_view.visibility == View.GONE) { view.subsampling_view.apply { setBitmapDecoderClass(GlideDecoder::class.java) - setMaxTileSize(10000) maxScale = 10f beVisible() setImage(ImageSource.uri(medium.path))