Update dashboard_page.dart

This commit is contained in:
M 2021-05-10 19:35:57 +03:00
parent bc0b50af5e
commit f2f5e03a54

View file

@ -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;