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

Commit d42805d6 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix accessibility auto-scrolling in NSSL

Fixes: 198580638
Bug: 198575527
Test: notification shade will auto-scroll with TalkBack
Change-Id: I86eb0c7978502009765faaa86a81a78837b69af3
parent 6ea42dcf
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -615,6 +615,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
        mClearAllEnabled = res.getBoolean(R.bool.config_enableNotificationsClearAll);
        mClearAllEnabled = res.getBoolean(R.bool.config_enableNotificationsClearAll);
        mGroupMembershipManager = groupMembershipManager;
        mGroupMembershipManager = groupMembershipManager;
        mGroupExpansionManager = groupExpansionManager;
        mGroupExpansionManager = groupExpansionManager;
        setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES);
    }
    }


    void initializeForegroundServiceSection(ForegroundServiceDungeonView fgsSectionView) {
    void initializeForegroundServiceSection(ForegroundServiceDungeonView fgsSectionView) {