Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java +5 −1 Original line number Diff line number Diff line Loading @@ -308,7 +308,11 @@ public class FlashlightController { new CameraCaptureSession.StateListener() { @Override public void onConfigured(CameraCaptureSession session) { if (session.getDevice() == mCameraDevice) { mSession = session; } else { session.close(); } postUpdateFlashlight(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java +5 −1 Original line number Diff line number Diff line Loading @@ -308,7 +308,11 @@ public class FlashlightController { new CameraCaptureSession.StateListener() { @Override public void onConfigured(CameraCaptureSession session) { if (session.getDevice() == mCameraDevice) { mSession = session; } else { session.close(); } postUpdateFlashlight(); } Loading