Skip to content

Commit

Permalink
Fix: Remove error icon for checksum comparison
Browse files Browse the repository at this point in the history
This makes it visually better on phones, and also happens to work
around
material-components/material-components-android#4146
now that we don't have an end/error icon that's disappearing.
  • Loading branch information
zhanghai committed Apr 17, 2024
1 parent 10a67dd commit b4169de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
android:layout_height="wrap_content"
android:hint="@string/file_properties_checksum_compare"
app:errorEnabled="true"
app:errorIconDrawable="@null"
app:expandedHintEnabled="false"
app:placeholderText="@string/file_properties_checksum_compare_placeholder">

Expand Down

0 comments on commit b4169de

Please sign in to comment.