summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/CaptureModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
-rwxr-xr-xsrc/com/android/camera/CaptureModule.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index e171b8b77..c3cfffc54 100755
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -5264,7 +5264,9 @@ public class CaptureModule implements CameraModule, PhotoController,
}
if (mIsRecordingVideo) {
- captureVideoSnapshot(getMainCameraId());
+ if (mUI.isShutterEnabled()) {
+ captureVideoSnapshot(getMainCameraId());
+ }
} else {
String timer = mSettingsManager.getValue(SettingsManager.KEY_TIMER);