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

Commit 3062b3cc authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

Merge "Fix accessibility auto-scrolling in NSSL" into sc-qpr1-dev am: 80f97e47

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

Change-Id: I66b8b348ec3eb1f2346b98c359c3b86b6e6ab8f1
parents 44ce820c 80f97e47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -615,6 +615,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
        mClearAllEnabled = res.getBoolean(R.bool.config_enableNotificationsClearAll);
        mGroupMembershipManager = groupMembershipManager;
        mGroupExpansionManager = groupExpansionManager;
        setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES);
    }

    void initializeForegroundServiceSection(ForegroundServiceDungeonView fgsSectionView) {