mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-05 18:39:25 +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),
|
value: _explorerDescription(type),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
try {
|
try {
|
||||||
print(_explorerUrl(type, tx.id));
|
launch(_explorerUrl(type, tx.id));
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue