Skip to content

Commit 0ba0d65

Browse files
committed
[MaterialTimePicker][a11y] Make label important for accessibility
PiperOrigin-RevId: 437326760
1 parent b7b0aa3 commit 0ba0d65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/java/com/google/android/material/timepicker/ChipTextInputComboView.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public ChipTextInputComboView(
8080
addView(chip);
8181
addView(textInputLayout);
8282
label = findViewById(R.id.material_label);
83-
ViewCompat.setImportantForAccessibility(label, ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_NO);
8483
editText.setSaveEnabled(false);
8584
editText.setLongClickable(false);
8685
}

0 commit comments

Comments
 (0)