From b83bf97a6768a28fb39d3c32ac4119c53347e86d Mon Sep 17 00:00:00 2001 From: Vladimir Date: Thu, 27 Aug 2020 14:41:35 +0500 Subject: [PATCH] fixed static --- .../main/java/ru/touchin/widget/AmountWithDecimalDecorator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/src/main/java/ru/touchin/widget/AmountWithDecimalDecorator.kt b/views/src/main/java/ru/touchin/widget/AmountWithDecimalDecorator.kt index b30cb41..dc2f644 100644 --- a/views/src/main/java/ru/touchin/widget/AmountWithDecimalDecorator.kt +++ b/views/src/main/java/ru/touchin/widget/AmountWithDecimalDecorator.kt @@ -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