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

Commit 961c98d7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SystemUI: Fix system ui crash while continuously click flash light tile issue"

parents 18d1056f 5bdb133c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -308,9 +308,11 @@ public class FlashlightController {
            new CameraCaptureSession.StateListener() {
        @Override
        public void onConfigured(CameraCaptureSession session) {
            if (mSurface != null) {
                mSession = session;
                postUpdateFlashlight();
            }
        }

        @Override
        public void onConfigureFailed(CameraCaptureSession session) {