Updated on 2026-08-14
This commit is contained in:
parent
8424eb2464
commit
f257b5758d
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ internal class TokenDetailsSwapTransactionsStateConverter(
|
|||
status = ExchangeStatus.New,
|
||||
text = when {
|
||||
isNew -> TextReference.Res(R.string.express_exchange_status_receiving_active)
|
||||
isNewDone -> TextReference.Res(R.string.express_exchange_status_received)
|
||||
else -> TextReference.Res(R.string.express_exchange_status_receiving)
|
||||
},
|
||||
isActive = isNew,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue