We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b2a64 commit 4a287eeCopy full SHA for 4a287ee
1 file changed
README.md
@@ -59,7 +59,7 @@ val dialogSheet = DialogSheet(this)
59
// Your action
60
}
61
})
62
- .setNegativeButton(android.R.string.cancel, object: DialogSheet.OnPositiveClickListener {
+ .setNegativeButton(android.R.string.cancel, object: DialogSheet.OnNegativeClickListener {
63
override fun onClick(v: View?) {
64
65
0 commit comments