2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 18:55:34 +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

@ -56,7 +56,6 @@ class _StockItemTestResultDisplayState extends RefreshableState<StockItemTestRes
);
showSnackIcon(
refreshableKey,
success ? "Test result uploaded" : "Could not upload test result",
success: success
);