summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-03-21 03:21:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-03-21 03:21:18 +0000
commit1b5a7a61f02b2a057c7eb64d9d90558b1b291ace (patch)
tree57262ccf43d26ce42989f24e43bb91846645d2bc /src
parent0ac3415c9b28f492614462641b87792c477de2f4 (diff)
parentc774ff93ae8026a76bddbf9b7a29f04de50721da (diff)
downloadandroid_packages_apps_Snap-1b5a7a61f02b2a057c7eb64d9d90558b1b291ace.tar.gz
android_packages_apps_Snap-1b5a7a61f02b2a057c7eb64d9d90558b1b291ace.tar.bz2
android_packages_apps_Snap-1b5a7a61f02b2a057c7eb64d9d90558b1b291ace.zip
Merge "Fix for record button not responding" into gb-ub-photos-bryce
Diffstat (limited to 'src')
-rw-r--r--src/com/android/camera/VideoModule.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index 115b7d0a7..998bbf784 100644
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -736,6 +736,9 @@ public class VideoModule implements CameraModule,
startPreview();
}
}).start();
+ } else {
+ // preview already started
+ mUI.enableShutter(true);
}
// Initializing it here after the preview is started.