Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisladleo committed Jun 17, 2019
1 parent 9dc2519 commit 3a2312d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected void startRegistration() {
protected void onViewClicked(android.view.View view) {
// implement onclick actions
if(view.getTag() instanceof CommonPersonObjectClient && view.getId() == R.id.due_button) {
goToClient((CommonPersonObjectClient) client);
goToClient((CommonPersonObjectClient) view.getTag());
}
}

Expand Down

0 comments on commit 3a2312d

Please sign in to comment.