We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8af518 commit c372436Copy full SHA for c372436
docs/components/DatePicker.md
@@ -115,7 +115,7 @@ To show the picker to the user:
115
picker.show(supportFragmentManager, "tag")
116
```
117
118
-Subscribe to button clicks or dismiss events with the following calls:
+Subscribe to button clicks, cancel and dismiss events with the following calls:
119
120
```kt
121
picker.addOnPositiveButtonClickListener {
@@ -125,7 +125,7 @@ picker.addOnNegativeButtonClickListener {
125
// Respond to negative button click.
126
}
127
picker.addOnCancelListener {
128
- // Respond to cancel button click.
+ // Respond to cancel events.
129
130
picker.addOnDismissListener {
131
// Respond to dismiss events.
0 commit comments