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

Commit 58432a11 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

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

parents 1665ee54 77aaa806
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3787,7 +3787,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;