Updated on 2026-08-14
This commit is contained in:
parent
110f0028ca
commit
e15e633ee1
6 changed files with 7 additions and 6 deletions
|
|
@ -48,7 +48,8 @@ fun SwapSuccessScreen(state: SwapSuccessStateHolder, onBack: () -> Unit) {
|
|||
|
||||
@Composable
|
||||
private fun makeSuccessMessage(fromTokenAmount: String, toTokenAmount: String): AnnotatedString {
|
||||
val message = stringResource(id = R.string.swapping_swap_of_to, fromTokenAmount, toTokenAmount)
|
||||
val swapToString = stringResource(id = R.string.swapping_swap_of_to, fromTokenAmount)
|
||||
val message = "$swapToString\n$toTokenAmount"
|
||||
return buildAnnotatedString {
|
||||
append(message)
|
||||
addStyle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue