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

Commit 80f97e47 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Fix accessibility auto-scrolling in NSSL" into sc-qpr1-dev

parents 390edd04 d42805d6
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) {