diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-01-21 00:27:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 00:27:04 +0530 |
commit | 78a90aacb3127ac2eee7be09e7fb3c7c74ff6174 (patch) | |
tree | 0567524830f1bae2e119bec17f017b89f27c54fd /app/src/main/res | |
parent | 541bf62038c367dedc0fbee074fdb8bbcc46dd89 (diff) |
Add support for properly dealing with incorrect passwords (#1672)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/dialog_password_entry.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/dialog_password_entry.xml b/app/src/main/res/layout/dialog_password_entry.xml index 3729fb4f..0072d491 100644 --- a/app/src/main/res/layout/dialog_password_entry.xml +++ b/app/src/main/res/layout/dialog_password_entry.xml @@ -24,6 +24,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="textPassword" /> + <requestFocus /> </com.google.android.material.textfield.TextInputLayout> </LinearLayout> |