summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoModule.java
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-11-17 19:10:15 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-11-17 19:10:15 -0800
commit7b39f573787c8221ef5713f01fdb16413ab39a29 (patch)
tree6361206051c7f7041d7123acbb39d90e402eaa8e /src/com/android/camera/VideoModule.java
parent0231aab003276d2142fe745e50d6eb44e3f11c9c (diff)
parent919cf6dc52a82c2807bfd7db9f8d23a82e67c164 (diff)
downloadandroid_packages_apps_Snap-7b39f573787c8221ef5713f01fdb16413ab39a29.tar.gz
android_packages_apps_Snap-7b39f573787c8221ef5713f01fdb16413ab39a29.tar.bz2
android_packages_apps_Snap-7b39f573787c8221ef5713f01fdb16413ab39a29.zip
Merge "SnapdragonCamera: Fix shutter button is disable after stop record video"
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();