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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user