diff --git a/lib/src/screens/dashboard/dashboard_page.dart b/lib/src/screens/dashboard/dashboard_page.dart index a517a4da2..400b34060 100644 --- a/lib/src/screens/dashboard/dashboard_page.dart +++ b/lib/src/screens/dashboard/dashboard_page.dart @@ -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;