fixed review
This commit is contained in:
parent
55b070cae2
commit
7c38dd0379
|
|
@ -77,7 +77,8 @@ class AmountWithDecimalDecorator(
|
|||
onTextInserted(textAfter, cursorPos)
|
||||
}
|
||||
} catch (e: Throwable) {
|
||||
editText.setText("")
|
||||
editText.setText(textBefore)
|
||||
editText.setSelection(textBefore.length)
|
||||
}
|
||||
} else {
|
||||
textBefore = text.toString()
|
||||
|
|
|
|||
Loading…
Reference in New Issue