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

Commit 9ab3384c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set early wakeup signal when shade is expanded through a11y...

Merge "Set early wakeup signal when shade is expanded through a11y GLOBAL_ACTION_QUICK_SETTINGS" into main
parents deabd268 4fd1ae45
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1343,6 +1343,11 @@ public final class NotificationPanelViewController implements
            mLockscreenShadeTransitionController.goToLockedShade(
                    /* expandedView= */null, /* needsQSAnimation= */true);
        } else if (isFullyCollapsed()) {
            if (!SceneContainerFlag.isEnabled() && Flags.bouncerUiRevamp()) {
                // Mark the bit that indicates that shade is going to expand when shade is opened
                // through AccessibilityService.GLOBAL_ACTION_QUICK_SETTINGS
                mWindowRootViewBlurInteractor.setTrackingShadeMotion(true);
            }
            expand(true /* animate */);
        } else {
            mQsController.traceQsJank(true /* startTracing */, false /* wasCancelled */);