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 33321d5 commit a73ac92Copy full SHA for a73ac92
lib/java/com/google/android/material/chip/Chip.java
@@ -288,9 +288,6 @@ private void updateAccessibilityDelegate() {
288
}
289
290
private void initMinTouchTarget(Context context, @Nullable AttributeSet attrs, int defStyleAttr) {
291
- if (attrs == null) {
292
- return;
293
- }
294
// Checks if the Chip should meet Android's minimum touch target size.
295
TypedArray a =
296
ThemeEnforcement.obtainStyledAttributes(
0 commit comments