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

This commit is contained in:
Jeff DeCew
2021-09-17 20:44:17 +00:00
committed by Android (Google) Code Review

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