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 ebae7e1 commit 183f15cCopy full SHA for 183f15c
numberpicker/src/main/kotlin/androidx/preference/NumberPickerPreference.kt
@@ -30,7 +30,7 @@ class NumberPickerPreference @JvmOverloads constructor(
30
* this preference is bound. This allows you to customize the [NumberPicker] displayed
31
* in the dialog, such as setting a max length or a specific input type.
32
*/
33
- interface OnBindNumberPickerListener {
+ fun interface OnBindNumberPickerListener {
34
/**
35
* Called when the dialog view for this preference has been bound, allowing you to
36
* customize the [NumberPicker] displayed in the dialog.
0 commit comments