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

Commit 8b1cc124 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Fixed issue where camera wouldn't launch" into qt-r1-dev

am: 58432a11

Change-Id: Ifb9b366dedfe61e8054ec3c202dd47fb2bc4bbe6
parents dd08a675 58432a11
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3794,7 +3794,8 @@ public class StatusBar extends SystemUI implements DemoMode,
            return;
        }
        if (!mNotificationPanel.canCameraGestureBeLaunched(
                mStatusBarKeyguardViewManager.isShowing() && mExpandedVisible)) {
                mStatusBarKeyguardViewManager.isShowing()
                        && (mExpandedVisible || mBouncerShowing))) {
            if (DEBUG_CAMERA_LIFT) Slog.d(TAG, "Can't launch camera right now, mExpandedVisible: " +
                    mExpandedVisible);
            return;