Skip to content

Commit

Permalink
[MaterialTimePicker][a11y] Make label important for accessibility
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 437326760
(cherry picked from commit 0ba0d65)
  • Loading branch information
paulfthomas authored and dsn5ft committed Apr 19, 2022
1 parent 9e758af commit ebc9d19
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -80,7 +80,6 @@ public ChipTextInputComboView(
addView(chip);
addView(textInputLayout);
label = findViewById(R.id.material_label);
ViewCompat.setImportantForAccessibility(label, ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_NO);
editText.setSaveEnabled(false);
editText.setLongClickable(false);
}
Expand Down

0 comments on commit ebc9d19

Please sign in to comment.