Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02097523 authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

Fix compile error in android_hardware_Camera.cpp.

Change-Id: I06b187deaacb98e01813dbfb8d92a332bfc08fc4
parent b4123ef0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -797,7 +797,7 @@ static void android_hardware_Camera_stopFaceDetection(JNIEnv *env, jobject thiz)


static void android_hardware_Camera_enableFocusMoveCallback(JNIEnv *env, jobject thiz, jint enable)
static void android_hardware_Camera_enableFocusMoveCallback(JNIEnv *env, jobject thiz, jint enable)
{
{
    LOGV("enableFocusMoveCallback");
    ALOGV("enableFocusMoveCallback");
    sp<Camera> camera = get_native_camera(env, thiz, NULL);
    sp<Camera> camera = get_native_camera(env, thiz, NULL);
    if (camera == 0) return;
    if (camera == 0) return;