mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-04-20 10:24:00 +02:00
Merge 3329f3e080
into 0a95620a11
This commit is contained in:
commit
57848afb6d
1 changed files with 0 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue