2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-20 10:24:00 +02:00
This commit is contained in:
Agnieszka C 2025-04-04 08:29:39 -04:00 committed by GitHub
commit 57848afb6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -271,12 +271,6 @@ class PhotoFragment : ViewPagerFragment() {
}
mLoadZoomableViewHandler.removeCallbacksAndMessages(null)
if (mCurrentRotationDegrees != 0) {
ensureBackgroundThread {
val path = mMedium.path
(activity as? BaseSimpleActivity)?.saveRotatedImageToFile(path, path, mCurrentRotationDegrees, false) {}
}
}
}
override fun onConfigurationChanged(newConfig: Configuration) {