Skip to content

Commit

Permalink
[Textfield] Set error icon to uncheckable
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676067853
  • Loading branch information
imhappi authored and dsn5ft committed Sep 20, 2024
1 parent d164796 commit f9aaf03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ private void initErrorIconView(TintTypedArray a) {
errorIconView.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO);
errorIconView.setClickable(false);
errorIconView.setPressable(false);
errorIconView.setCheckable(false);
errorIconView.setFocusable(false);
}

Expand Down

0 comments on commit f9aaf03

Please sign in to comment.