Skip to content

Commit

Permalink
Merging commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinsoni38 committed Mar 4, 2019
1 parent c96c4a8 commit 964d703
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ public void onError(Throwable throwable) {
getMvpView().showError(mifosError.getMessage());
}
} else {
getMvpView().showError(
context.getString(R.string.login_failed));
getMvpView().showError(context.getString(R.string.login_failed));
}
}

Expand Down

0 comments on commit 964d703

Please sign in to comment.