Update dashboard_page.dart
M committed
May 10, 2021 at 19:35 UTC
f2f5e03a54702402bc23ab2b7fbcf016322ab1dd
1 file changed
+1
-2
lib/src/screens/dashboard/dashboard_page.dart
+1
-2
@@ -188,8 +188,7 @@ class DashboardPage extends BasePage {
188
final url = await walletViewModel.wyreViewModel.wyreUrl;
189
await Navigator.of(context).pushNamed(Routes.wyre, arguments: url);
190
walletViewModel.isRunningWebView = false;
191
- } catch(e) {
192
- print(e.toString());
191
+ } catch(_) {
192
walletViewModel.isRunningWebView = false;
193
}
194
break;