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

Commit adc90ad5 authored by Michał Brzeziński's avatar Michał Brzeziński Committed by Android (Google) Code Review
Browse files

Merge "Quick fix for notification scrim showing when swiping up the bouncer" into tm-dev

parents 700cdec4 cb612eeb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3165,7 +3165,10 @@ public class NotificationPanelViewController extends PanelViewController {
        mFalsingCollector.onTrackingStarted(!mKeyguardStateController.canDismissLockScreen());
        super.onTrackingStarted();
        mScrimController.onTrackingStarted();
        if (mShouldUseSplitNotificationShade) {
        // normally we want to set mQsExpandImmediate for every split shade case (at least when
        // expanding), but keyguard tracking logic is different - this callback is called when
        // unlocking with swipe up but not when swiping down to reveal shade
        if (mShouldUseSplitNotificationShade && !mKeyguardShowing) {
            mQsExpandImmediate = true;
        }
        if (mQsFullyExpanded) {