mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06: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
|
|
@ -148,7 +148,6 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||
void _stockUpdateMessage(bool result) {
|
||||
|
||||
showSnackIcon(
|
||||
refreshableKey,
|
||||
result ? "Stock item updated" : "Stock item updated failed",
|
||||
success: result
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue