2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

snack bar now uses OneContext()

This commit is contained in:
Oliver Walters
2021-02-16 23:24:23 +11:00
parent 33483eb9e1
commit 8ae4d2b584
5 changed files with 72 additions and 23 deletions

View File

@ -91,7 +91,6 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
final bool result = await part.update(context, values: values);
showSnackIcon(
refreshableKey,
result ? "Part edited" : "Part editing failed",
success: result
);