Flutter web
This commit is contained in:
parent
bcb5185c93
commit
e2edeca38d
|
|
@ -159,7 +159,8 @@ class MainScreen extends StatelessWidget {
|
||||||
entityType: history.entityType,
|
entityType: history.entityType,
|
||||||
entityId: history.id,
|
entityId: history.id,
|
||||||
context: context,
|
context: context,
|
||||||
showError: false);
|
showError:
|
||||||
|
false); // in case the history record has since been deleted
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue