fixed static

This commit is contained in:
Vladimir 2020-08-27 14:41:35 +05:00
parent 6ee1867235
commit b83bf97a67
1 changed files with 1 additions and 1 deletions

View File

@ -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