mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
feat: Add Click to Copy for the Exchange Amount in the invoice (#882)
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
3b69aa8686
commit
77ab6b49f4
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ abstract class ExchangeTradeViewModelBase with Store {
|
||||||
}
|
}
|
||||||
|
|
||||||
items.addAll([
|
items.addAll([
|
||||||
ExchangeTradeItem(title: S.current.amount, data: '${trade.amount}', isCopied: false),
|
ExchangeTradeItem(title: S.current.amount, data: '${trade.amount}', isCopied: true),
|
||||||
ExchangeTradeItem(
|
ExchangeTradeItem(
|
||||||
title: S.current.send_to_this_address('${trade.from}', tagFrom) + ':',
|
title: S.current.send_to_this_address('${trade.from}', tagFrom) + ':',
|
||||||
data: trade.inputAddress ?? '',
|
data: trade.inputAddress ?? '',
|
||||||
|
|
Loading…
Reference in a new issue