fix video rotation

This commit is contained in:
tibbi 2017-05-07 15:22:16 +02:00
parent 01b3f5e952
commit e93da71d3e
1 changed files with 1 additions and 1 deletions

View File

@ -502,9 +502,9 @@ class MainActivity : SimpleActivity(), PreviewListener, PhotoProcessor.MediaSave
else -> 0
}
mPreview?.deviceOrientationChanged()
animateViews(degrees)
mLastHandledOrientation = currOrient
mPreview?.deviceOrientationChanged()
}
}
}