Skip to content

Commit e93da71

Browse files
committed
fix video rotation
1 parent 01b3f5e commit e93da71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/kotlin/com/simplemobiletools/camera/activities/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,9 @@ class MainActivity : SimpleActivity(), PreviewListener, PhotoProcessor.MediaSave
502502
else -> 0
503503
}
504504

505-
mPreview?.deviceOrientationChanged()
506505
animateViews(degrees)
507506
mLastHandledOrientation = currOrient
507+
mPreview?.deviceOrientationChanged()
508508
}
509509
}
510510
}

0 commit comments

Comments
 (0)