diff --git a/lib/main_common.dart b/lib/main_common.dart index 1a1820c9d..775607d8b 100644 --- a/lib/main_common.dart +++ b/lib/main_common.dart @@ -30,8 +30,9 @@ void mainCommon(AppFlavor flavor) { // Errors during the widget build phase will show by default: // - in debug mode: error on red background - // - in release mode: plain grey background + // - in profile/release mode: plain grey background // This can be modified via `ErrorWidget.builder` + // ErrorWidget.builder = (details) => ErrorWidget(details.exception); runApp(AvesApp(flavor: flavor)); }