set fullscreen max tilesize to 4096

This commit is contained in:
tibbi 2018-09-20 21:13:31 +02:00
parent 9340b96023
commit e86c07895c
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ class PhotoFragment : ViewPagerFragment() {
isSubsamplingVisible = true
view.subsampling_view.apply {
setMaxTileSize(4096)
setMinimumTileDpi(getMinTileDpi())
background = ColorDrawable(Color.TRANSPARENT)
setBitmapDecoderFactory { PicassoDecoder(path, Picasso.get(), rotation) }