mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 12:38:00 +01:00
Removed autosaving rotation (#241)
This commit is contained in:
parent
18a2036226
commit
3329f3e080
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…
Reference in a new issue