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

Commit 928625a8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Call the scrim unlock callback when transitioning to BUBBLES_EXPANDED." into rvc-dev

parents 32724409 1838cd08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3984,7 +3984,7 @@ public class StatusBar extends SystemUI implements DemoMode,
        } else if (mIsKeyguard && !unlocking) {
            mScrimController.transitionTo(ScrimState.KEYGUARD);
        } else if (mBubbleController.isStackExpanded()) {
            mScrimController.transitionTo(ScrimState.BUBBLE_EXPANDED);
            mScrimController.transitionTo(ScrimState.BUBBLE_EXPANDED, mUnlockScrimCallback);
        } else {
            mScrimController.transitionTo(ScrimState.UNLOCKED, mUnlockScrimCallback);
        }