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

Commit ac3dde8b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Call the scrim unlock callback when transitioning to BUBBLES_EXPANDED."...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11863863

Change-Id: Ia4cb1e96b55a8cdfd7ca191aaaa6e53323f33bea
parents 79ed4962 928625a8
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);
        }