summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/VideoModule.java')
-rwxr-xr-xsrc/com/android/camera/VideoModule.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index c3fb44c29..77e041d0b 100755
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -1764,6 +1764,7 @@ public class VideoModule implements CameraModule,
//because cameraservice will disable picture related messages. Hence reset the
//flag here so that we can take liveshots in the next recording session.
mSnapshotInProgress = false;
+ showVideoSnapshotUI(false);
mOrientationManager.unlockOrientation();