Skip to content

Commit b531af8

Browse files
author
Ozan.Turcan
committed
unnecessary layout changed with merge tag
1 parent a165565 commit b531af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/ozanturcan/smartnumerictextview/SmartNumericTextView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class SmartNumericTextView @JvmOverloads constructor(
8282

8383
text_decimal.text = String.format(
8484
"%s%s",
85-
getDecimalSeparator(), tempValue.split(getDecimalSeparator())[1], symbols
85+
getDecimalSeparator(), tempValue.split(getDecimalSeparator())[1]
8686
)
8787
} else {
8888
text_decimal.text = String.format(

0 commit comments

Comments
 (0)