Skip to content

Commit

Permalink
Merge pull request Tapadoo#25 from diogobernardino/patch-1
Browse files Browse the repository at this point in the history
Correct OnHideAlertListener object name
  • Loading branch information
kpmmmurphy authored Feb 23, 2017
2 parents 8b36192 + cda8129 commit 2b7f790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Alerter.create(this)
Toast.makeText(ExampleActivity.this, "Alert Shown", Toast.LENGTH_LONG).show();
}
})
.setOnHideListener(new OnHideListener() {
.setOnHideListener(new OnHideAlertListener() {
@Override
public void onHide() {
Toast.makeText(ExampleActivity.this, "Alert Hidden", Toast.LENGTH_LONG).show();
Expand Down

0 comments on commit 2b7f790

Please sign in to comment.