Skip to content

Commit 9d69fbd

Browse files
hotfix make function public
1 parent 79c17c8 commit 9d69fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/github/stephenvinouze/materialnumberpickercore/MaterialNumberPicker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class MaterialNumberPicker : NumberPicker {
153153
/**
154154
* Set the font name using your own typeface (example: if you have the font in the resources folder)
155155
*/
156-
private fun setFontName(typeface: Typeface) {
156+
fun setFontName(typeface: Typeface) {
157157
fontNameTypeFace = typeface
158158
updateTextAttributes()
159159
}

0 commit comments

Comments
 (0)