From e2edeca38de4a80fd5ee2115ee88390fe7f48cf9 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 19 Jan 2020 17:23:42 +0200 Subject: [PATCH] Flutter web --- lib/ui/app/main_screen.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ui/app/main_screen.dart b/lib/ui/app/main_screen.dart index 232249398..64e3548a0 100644 --- a/lib/ui/app/main_screen.dart +++ b/lib/ui/app/main_screen.dart @@ -159,7 +159,8 @@ class MainScreen extends StatelessWidget { entityType: history.entityType, entityId: history.id, context: context, - showError: false); + showError: + false); // in case the history record has since been deleted return false; },