Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscgdev authored Aug 18, 2020
1 parent 37b2a64 commit 4a287ee
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 @@ -59,7 +59,7 @@ val dialogSheet = DialogSheet(this)
// Your action
}
})
.setNegativeButton(android.R.string.cancel, object: DialogSheet.OnPositiveClickListener {
.setNegativeButton(android.R.string.cancel, object: DialogSheet.OnNegativeClickListener {
override fun onClick(v: View?) {
// Your action
}
Expand Down

0 comments on commit 4a287ee

Please sign in to comment.