2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-21 18:59:48 +02:00

set fullscreen max tilesize to 4096

This commit is contained in:
tibbi 2018-09-20 21:13:31 +02:00
parent 9340b96023
commit e86c07895c

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) }