This commit is contained in:
Milos Kozak 2023-09-26 11:04:05 +02:00
parent 8bf9e83948
commit 5e28d9465d

View file

@ -36,7 +36,7 @@ internal class DigitsKeyListenerWithComma @JvmOverloads constructor(private val
override fun filter( override fun filter(
source: CharSequence, start: Int, end: Int, source: CharSequence, start: Int, end: Int,
dest: Spanned, dstart: Int, dend: Int dest: Spanned, dstart: Int, dend: Int
): CharSequence { ): CharSequence? {
var sourceSequence = source var sourceSequence = source
var startIndex = start var startIndex = start
var endIndex = end var endIndex = end