Skip to content

Commit 4a287ee

Browse files
authored
Update README.md
1 parent 37b2a64 commit 4a287ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ val dialogSheet = DialogSheet(this)
5959
// Your action
6060
}
6161
})
62-
.setNegativeButton(android.R.string.cancel, object: DialogSheet.OnPositiveClickListener {
62+
.setNegativeButton(android.R.string.cancel, object: DialogSheet.OnNegativeClickListener {
6363
override fun onClick(v: View?) {
6464
// Your action
6565
}

0 commit comments

Comments
 (0)