-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed the login screen crash problem which occurs when we fill wrong login details. #2271
base: master
Are you sure you want to change the base?
Conversation
@@ -18,4 +18,5 @@ | |||
<string name="feature_auth_error_password_length">Invalid password length</string> | |||
<string name="feature_auth_error_not_connected_internet">No Internet Connection</string> | |||
<string name="feature_auth_error_login_failed">Login Failed, Please Try Again Later.</string> | |||
<string name="feature_auth_error_unexpected">Unexpected Error Please Enter the valid Login details</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind changing the string name to feature_auth_error_wrong_credentials ???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Darkeye14 I made the required changes may you please review it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…login details.
Fixes #Issue_Number
Screen.Record.of.the.login.screen.correction.mp4
Please Add Screenshots If there are any UI changes.
Please make sure these boxes are checked before submitting your pull request - thanks!
Apply the
MifosStyle.xml
style template to your code in Android Studio.Run the unit tests with
./gradlew check
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.