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

Commit 2e1683c4 authored by Chien-Yu Chen's avatar Chien-Yu Chen Committed by Gerrit Code Review
Browse files

Merge "Fix setTorchMode support for the old HAL version"

parents 0afb8309 741fd4d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -878,6 +878,7 @@ status_t CameraHardwareInterfaceFlashControl::disconnectCameraDevice() {
    }
    mDevice->setPreviewWindow(NULL);
    mDevice->release();
    mDevice = NULL;

    return OK;
}