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

Commit f339beaf authored by Chien-Yu Chen's avatar Chien-Yu Chen Committed by Android Git Automerger
Browse files

am 2e1683c4: Merge "Fix setTorchMode support for the old HAL version"

* commit '2e1683c4':
  Fix setTorchMode support for the old HAL version
parents 1982dfdc 2e1683c4
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;
}