summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoCamera.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/VideoCamera.java')
-rwxr-xr-xsrc/com/android/camera/VideoCamera.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/com/android/camera/VideoCamera.java b/src/com/android/camera/VideoCamera.java
index 4b3b078..0cd57ef 100755
--- a/src/com/android/camera/VideoCamera.java
+++ b/src/com/android/camera/VideoCamera.java
@@ -134,7 +134,6 @@ public class VideoCamera extends ActivityBase
private static final String EFFECT_BG_FROM_GALLERY = "gallery";
- private android.hardware.Camera mCameraDevice;
private final CameraErrorCallback mErrorCallback = new CameraErrorCallback();
private ComboPreferences mPreferences;
@@ -784,10 +783,10 @@ public class VideoCamera extends ActivityBase
}
@Override
- protected void onResume() {
- super.onResume();
- mPausing = false;
+ protected void doOnResume() {
if (mOpenCameraFail || mCameraDisabled) return;
+
+ mPausing = false;
mZoomValue = 0;
showVideoSnapshotUI(false);