mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
snack bar now uses OneContext()
This commit is contained in:
parent
33483eb9e1
commit
8ae4d2b584
5 changed files with 72 additions and 23 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue