We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb3320 commit 1867bb0Copy full SHA for 1867bb0
lib/java/com/google/android/material/chip/ChipGroup.java
@@ -169,8 +169,6 @@ public void onCheckedStateChanged(Set<Integer> checkedIds) {
169
}
170
});
171
super.setOnHierarchyChangeListener(passThroughListener);
172
-
173
- setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES);
174
175
176
@Override
lib/java/com/google/android/material/chip/res/values/styles.xml
@@ -20,6 +20,7 @@
20
<item name="chipSpacingHorizontal">8dp</item>
21
<item name="singleLine">false</item>
22
<item name="singleSelection">false</item>
23
+ <item name="android:importantForAccessibility">yes</item>
24
</style>
25
26
<style name="Base.Widget.MaterialComponents.Chip" parent="android:Widget">
0 commit comments