Updated on 2026-08-14
This commit is contained in:
parent
52cc0be3cb
commit
ba4e916cd0
17 changed files with 98 additions and 13 deletions
|
|
@ -63,6 +63,7 @@ internal class TxHistoryItemToTransactionStateConverter(
|
|||
is TransactionType.UnknownOperation,
|
||||
is TransactionType.YieldSupply.Send,
|
||||
TransactionType.YieldSupply.Topup,
|
||||
TransactionType.GaslessFee,
|
||||
-> if (isOutgoing) R.drawable.ic_arrow_up_24 else R.drawable.ic_arrow_down_24
|
||||
}
|
||||
}
|
||||
|
|
@ -104,6 +105,7 @@ internal class TxHistoryItemToTransactionStateConverter(
|
|||
)
|
||||
}
|
||||
is TransactionType.UnknownOperation -> resourceReference(R.string.transaction_history_operation)
|
||||
TransactionType.GaslessFee -> resourceReference(R.string.gasless_transaction_fee)
|
||||
}
|
||||
|
||||
private fun TxInfo.extractSubtitle(): TextReference {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue