summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/camera/VideoCamera.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/camera/VideoCamera.java b/src/com/android/camera/VideoCamera.java
index 39d3298..070363b 100644
--- a/src/com/android/camera/VideoCamera.java
+++ b/src/com/android/camera/VideoCamera.java
@@ -2183,7 +2183,8 @@ public class VideoCamera extends ActivityBase
// Preview area is touched. Take a picture.
@Override
public boolean onTouch(View v, MotionEvent e) {
- if (mPausing || mSnapshotInProgress || !mMediaRecorderRecording) {
+ if (mPausing || mSnapshotInProgress
+ || !mMediaRecorderRecording || effectsActive()) {
return false;
}