diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-26 20:11:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 20:11:53 +0530 |
commit | 2b1f101685472452ecb30d8a84bcc6b88167bd1c (patch) | |
tree | 1f722556a4498d16e1b0179974549241c79e329d /app/src/main/res | |
parent | 9f8f9d588c00139e42470b491464457623c8b717 (diff) |
Correctly set error on incorrect credentials (#972)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/git_credential_layout.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/git_credential_layout.xml b/app/src/main/res/layout/git_credential_layout.xml index 757658e6..180b904a 100644 --- a/app/src/main/res/layout/git_credential_layout.xml +++ b/app/src/main/res/layout/git_credential_layout.xml @@ -15,6 +15,7 @@ android:layout_height="wrap_content" app:endIconMode="password_toggle" app:hintEnabled="true" + app:errorEnabled="true" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> |