fixed static
This commit is contained in:
parent
6ee1867235
commit
b83bf97a67
|
|
@ -44,7 +44,7 @@ class AmountWithDecimalDecorator(
|
|||
fun getTextWithoutFormatting(decimalSeparatorToReplace: String = decimalSeparator): String =
|
||||
textBefore.withoutFormatting(decimalSeparatorToReplace)
|
||||
|
||||
@Suppress("detekt.TooGenericExceptionCaught")
|
||||
@Suppress("detekt.TooGenericExceptionCaught", "detekt.LongMethod")
|
||||
private fun doOnTextChanged(text: String) {
|
||||
if (isTextWasArtificiallyChanged) {
|
||||
isTextWasArtificiallyChanged = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue