summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/VideoModule.java')
-rw-r--r--src/com/android/camera/VideoModule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index 2b30ba48f..d4be225a0 100644
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -787,7 +787,7 @@ public class VideoModule implements CameraModule,
if (mParameters == null || mActivity.mCameraDevice == null) return index;
// Set zoom parameters asynchronously
mParameters.setZoom(mZoomValue);
- mActivity.mCameraDevice.setParametersAsync(mParameters);
+ mActivity.mCameraDevice.setParameters(mParameters);
Parameters p = mActivity.mCameraDevice.getParameters();
if (p != null) return p.getZoom();
return index;