mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
fix: print for explorer page
This commit is contained in:
parent
cd6db86a6d
commit
ca188b1670
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ abstract class TransactionDetailsViewModelBase with Store {
|
|||
value: _explorerDescription(type),
|
||||
onTap: () {
|
||||
try {
|
||||
print(_explorerUrl(type, tx.id));
|
||||
launch(_explorerUrl(type, tx.id));
|
||||
} catch (e) {}
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue