summaryrefslogtreecommitdiff
path: root/src/com/android/camera/CaptureModule.java
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@quicinc.com>2020-01-21 09:56:28 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2020-01-21 09:56:28 -0800
commitead72f3676502c39e8701dd23d9769aedbe2f298 (patch)
treefe7f8ab3ee20df3e8fddd7cb4011c90fb5c7f755 /src/com/android/camera/CaptureModule.java
parente57e7112b1d4a815a0f716c0e66ab51c85a8122f (diff)
parent81444a1683c159568ae18d0c4dc0598b068a6de2 (diff)
Merge "check Selfie Flash before continuous shot" into camera-SnapdragonCamera.lnx.3.1
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
-rw-r--r--src/com/android/camera/CaptureModule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index 499225a47..812a54d68 100644
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -6608,7 +6608,7 @@ public class CaptureModule implements CameraModule, PhotoController,
Log.d(TAG, "Start Longshot");
mLongshotActive = true;
mUI.enableVideo(!mLongshotActive);
- takePicture();
+ checkSelfieFlashAndTakePicture();
} else {
RotateTextToast.makeText(mActivity, "Long shot not support", Toast.LENGTH_SHORT).show();
}