Skip to content

Commit

Permalink
fixing function conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jleon15 committed Feb 2, 2024
1 parent c2815f0 commit fea191e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ open class TextElement @JvmOverloads constructor(
checkIcon?.setTint(value)
}

var autofillHints: Array<String>?
var autoFillHints: Array<String>?
@RequiresApi(Build.VERSION_CODES.O)
get() = _editText.autofillHints
@RequiresApi(Build.VERSION_CODES.O)
Expand Down

0 comments on commit fea191e

Please sign in to comment.