fix NPE
This commit is contained in:
parent
8bf9e83948
commit
5e28d9465d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ internal class DigitsKeyListenerWithComma @JvmOverloads constructor(private val
|
|||
override fun filter(
|
||||
source: CharSequence, start: Int, end: Int,
|
||||
dest: Spanned, dstart: Int, dend: Int
|
||||
): CharSequence {
|
||||
): CharSequence? {
|
||||
var sourceSequence = source
|
||||
var startIndex = start
|
||||
var endIndex = end
|
||||
|
|
Loading…
Reference in a new issue