Fix append value of other line
This commit is contained in:
parent
29d967c00f
commit
6e5aee13d0
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ private fun MainContent(
|
|||
append(it.packageFAInput)
|
||||
append("€) : ")
|
||||
}
|
||||
withStyle(amountStyleSpan) { append("${it.packageISValue}") }
|
||||
withStyle(amountStyleSpan) { append("${it.packageFAValue}") }
|
||||
},
|
||||
)
|
||||
Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue