Skip to content

Commit

Permalink
fix: Fix incorrect default counterMaxLength (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosty-J authored Jan 21, 2024
1 parent 89d9845 commit b73d2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_interval.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
android:paddingStart="24dp"
android:paddingTop="6dp"
app:counterEnabled="true"
app:counterMaxLength="4"
app:counterMaxLength="5"
app:suffixText="ms">

<com.google.android.material.textfield.TextInputEditText
Expand Down

0 comments on commit b73d2f6

Please sign in to comment.