We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c994b12 commit fbe03c4Copy full SHA for fbe03c4
presentation/src/main/java/org/cryptomator/presentation/ui/fragment/ImagePreviewFragment.kt
@@ -65,6 +65,7 @@ class ImagePreviewFragment : Fragment() {
65
imagePreviewFile.uri?.let {
66
hideProgressBar()
67
imageView.orientation = SubsamplingScaleImageView.ORIENTATION_USE_EXIF
68
+ SubsamplingScaleImageView.setPreferredBitmapConfig(Bitmap.Config.ARGB_8888)
69
showImage(imagePreviewFile)
70
} ?: presenter.onMissingImagePreviewFile(imagePreviewFile)
71
}
0 commit comments