Increase backup passphrase input length to 35.
The way pasting works, it could prevent you from pasting in text if you included the spaces in between number chunks.
This commit is contained in:
parent
43dc3aeebd
commit
807cdfce2e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
android:hint="@string/enter_backup_passphrase_dialog__backup_passphrase"
|
android:hint="@string/enter_backup_passphrase_dialog__backup_passphrase"
|
||||||
android:imeOptions="actionDone"
|
android:imeOptions="actionDone"
|
||||||
android:inputType="number"
|
android:inputType="number"
|
||||||
android:maxLength="30"
|
android:maxLength="35"
|
||||||
android:textSize="16sp" />
|
android:textSize="16sp" />
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
Loading…
Add table
Reference in a new issue