OSDN Git Service

Fix for record button not responding
authorDoris Liu <tianliu@google.com>
Thu, 21 Mar 2013 02:25:47 +0000 (19:25 -0700)
committerDoris Liu <tianliu@google.com>
Thu, 21 Mar 2013 02:25:47 +0000 (19:25 -0700)
Bug: 8437944
Change-Id: I0393434d094b9288232c70b2f65cd5eb4d0719a4

src/com/android/camera/VideoModule.java

index 115b7d0..998bbf7 100644 (file)
@@ -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.