Fix accessibility auto-scrolling in NSSL

Fixes: 198580638
Bug: 198575527
Test: notification shade will auto-scroll with TalkBack
Change-Id: I86eb0c7978502009765faaa86a81a78837b69af3
This commit is contained in:
Jeff DeCew
2021-09-17 14:11:25 -04:00
parent 6ea42dcf9f
commit d42805d69a

View File

@@ -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) {