summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-03-20 19:25:47 -0700
committerDoris Liu <tianliu@google.com>2013-03-20 19:25:47 -0700
commitc774ff93ae8026a76bddbf9b7a29f04de50721da (patch)
treeccddd75b1000a2f5a1bab45fe6c2e448e33cd425 /src
parenta40965b95af786ed2aa13ff63e38b92881f3c315 (diff)
downloadandroid_packages_apps_Snap-c774ff93ae8026a76bddbf9b7a29f04de50721da.tar.gz
android_packages_apps_Snap-c774ff93ae8026a76bddbf9b7a29f04de50721da.tar.bz2
android_packages_apps_Snap-c774ff93ae8026a76bddbf9b7a29f04de50721da.zip
Fix for record button not responding
Bug: 8437944 Change-Id: I0393434d094b9288232c70b2f65cd5eb4d0719a4
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.