diff --git a/lib/main.dart b/lib/main.dart index 4291df9fe..407283f50 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -112,17 +112,6 @@ Future main() async { if (!isMoneroOnly) { unspentCoinsInfoSource = await Hive.openBox(UnspentCoinsInfo.boxName); } - - FlutterError.onError = (FlutterErrorDetails details) { - runApp(MaterialApp( - debugShowCheckedModeBanner: true, - home: Scaffold( - body: Container( - margin: EdgeInsets.only(top: 50, left: 20, right: 20, bottom: 20), - child: Text( - 'Error:\n${details.stack.toString()}', - style: TextStyle(fontSize: 22)))))); - }; await initialSetup( sharedPreferences: await SharedPreferences.getInstance(),