mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 11:16:26 +00:00
Update dashboard_page.dart
This commit is contained in:
parent
bc0b50af5e
commit
f2f5e03a54
1 changed files with 1 additions and 2 deletions
|
@ -188,8 +188,7 @@ class DashboardPage extends BasePage {
|
|||
final url = await walletViewModel.wyreViewModel.wyreUrl;
|
||||
await Navigator.of(context).pushNamed(Routes.wyre, arguments: url);
|
||||
walletViewModel.isRunningWebView = false;
|
||||
} catch(e) {
|
||||
print(e.toString());
|
||||
} catch(_) {
|
||||
walletViewModel.isRunningWebView = false;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue