Skip to content

Commit

Permalink
GH-2049 using order naming in the tx list
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBespalov committed Jul 5, 2024
1 parent 58dc4f7 commit 4dbf5a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class SwapOrderQueuedViewHolder(private val viewBinding: ItemTxQueuedSwapOrderBi
status.setTextColor(ResourcesCompat.getColor(resources, viewTransfer.statusColorRes, theme))

dateTime.text = viewTransfer.dateTime.elapsedIntervalTo(Date.from(Instant.now())).format(resources)
addressName.text = resources.getString(R.string.tx_list_swap_order)
addressName.text = viewTransfer.displayName

confirmationsIcon.setImageDrawable(ResourcesCompat.getDrawable(resources, viewTransfer.confirmationsIcon, theme))
confirmations.setTextColor(ResourcesCompat.getColor(resources, viewTransfer.confirmationsTextColor, theme))
Expand Down

0 comments on commit 4dbf5a3

Please sign in to comment.