Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pawank0411 committed Nov 7, 2020
1 parent 0b1681d commit bb126ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/codex/codex_iter/www/awol/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ private void getData(final String... param) {
user.setEnabled(true);
pass.setEnabled(true);
passLayout.setEndIconMode(TextInputLayout.END_ICON_PASSWORD_TOGGLE);
Snackbar snackbar = Snackbar.make(mainLayout, "Wrong credentials", Snackbar.LENGTH_SHORT);
Snackbar snackbar = Snackbar.make(mainLayout, "Wrong Credentials", Snackbar.LENGTH_SHORT);
snackbar.show();
} else if (response.equals("390")) {
//Attendance not present
Expand Down Expand Up @@ -469,7 +469,7 @@ private void getName(final String... param) {
user.setFocusable(true);
pass.setFocusableInTouchMode(true);
pass.setFocusable(true);
Snackbar snackbar = Snackbar.make(mainLayout, "Wrong credentials", Snackbar.LENGTH_SHORT);
Snackbar snackbar = Snackbar.make(mainLayout, "Wrong Credentials", Snackbar.LENGTH_SHORT);
snackbar.show();
} else {
JSONObject jobj = new JSONObject(response);
Expand Down

0 comments on commit bb126ad

Please # to comment.