Flutter web

This commit is contained in:
Hillel Coren 2020-01-19 17:23:42 +02:00
parent bcb5185c93
commit e2edeca38d
1 changed files with 2 additions and 1 deletions

View File

@ -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;
},