fix static analysis issues
This commit is contained in:
parent
3a6afded87
commit
501fddd72d
|
|
@ -47,7 +47,7 @@ class AmountWithDecimalDecorator(
|
|||
fun getTextWithoutFormatting(decimalSeparatorToReplace: String = decimalSeparator): String =
|
||||
previousInputtedText.withoutFormatting(decimalSeparatorToReplace)
|
||||
|
||||
@Suppress("detekt.TooGenericExceptionCaught")
|
||||
@Suppress("detekt.TooGenericExceptionCaught", "detekt.LongMethod", "detekt.ComplexMethod")
|
||||
private fun doOnTextChanged(text: String) {
|
||||
if (isTextWasArtificiallyChanged) {
|
||||
isTextWasArtificiallyChanged = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue