mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
fixed error with URL launcher
This commit is contained in:
parent
d1c7c99279
commit
12d3c03a1b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ abstract class TradeDetailsViewModelBase with Store {
|
|||
title: "Track",
|
||||
value: "https://changenow.io/exchange/txs/${trade.id.toString()}",
|
||||
onTap: () {
|
||||
launch("https://www.blockchain.com/btc/tx/${tx.id}");
|
||||
launch("https://changenow.io/exchange/txs/${trade.id.toString()}");
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue