Update our image viewer versions.

This commit is contained in:
Greyson Parrelli
2021-09-12 13:01:18 -04:00
parent 903c5c6db6
commit 8b5fe79849
3 changed files with 11 additions and 12 deletions

View File

@@ -66,6 +66,7 @@ public class ZoomingImageView extends FrameLayout {
this.photoView = findViewById(R.id.image_view);
this.subsamplingImageView = findViewById(R.id.subsampling_image_view);
this.subsamplingImageView.setOrientation(SubsamplingScaleImageView.ORIENTATION_USE_EXIF);
this.subsamplingImageView.setOrientation(SubsamplingScaleImageView.ORIENTATION_USE_EXIF);
this.photoView.setZoomTransitionDuration(ZOOM_TRANSITION_DURATION);