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

Commit f5f4eac8 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: I70fdd633208fb2509adeda6d23e444cc9c63c8b7
parents a07cf7ca 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() {