Skip to content

Commit

Permalink
Merge pull request #2056 from safe-global/GH-2049/txlist
Browse files Browse the repository at this point in the history
GH-2049 using order naming in the tx list
  • Loading branch information
DmitryBespalov authored Jul 5, 2024
2 parents 58dc4f7 + 4dbf5a3 commit d4d58e2
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 d4d58e2

Please sign in to comment.