Skip to content

Commit c372436

Browse files
manabu-nakamurakendrickumstattd
authored andcommitted
[Docs] update DatePicker.md
Resolves #4550 GIT_ORIGIN_REV_ID=6f20a2118ef3bf9faf957e3b6a65dbc4bc55c544 PiperOrigin-RevId: 719354980
1 parent b8af518 commit c372436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/DatePicker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To show the picker to the user:
115115
picker.show(supportFragmentManager, "tag")
116116
```
117117

118-
Subscribe to button clicks or dismiss events with the following calls:
118+
Subscribe to button clicks, cancel and dismiss events with the following calls:
119119

120120
```kt
121121
picker.addOnPositiveButtonClickListener {
@@ -125,7 +125,7 @@ picker.addOnNegativeButtonClickListener {
125125
// Respond to negative button click.
126126
}
127127
picker.addOnCancelListener {
128-
// Respond to cancel button click.
128+
// Respond to cancel events.
129129
}
130130
picker.addOnDismissListener {
131131
// Respond to dismiss events.

0 commit comments

Comments
 (0)