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

Commit 07af5234 authored by Peter Kalauskas's avatar Peter Kalauskas Committed by Automerger Merge Worker
Browse files

Merge "Fix TalkBack selection after QS panel open" into sc-dev am: b7c6619e

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

Change-Id: I86513905c27ada6c4b55cdd09ade22d3fce3c559
parents b14fe65f b7c6619e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1325,6 +1325,9 @@ public class NotificationPanelViewController extends PanelViewController {
        traceQsJank(true /* startTracing */, false /* wasCancelled */);
        flingSettings(0 /* velocity */, FLING_EXPAND);
        mQSDetailDisplayer.showDetailAdapter(qsDetailAdapter, 0, 0);
        if (mAccessibilityManager.isEnabled()) {
            mView.setAccessibilityPaneTitle(determineAccessibilityPaneTitle());
        }
    }

    public void expandWithoutQs() {