mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Remove unused var
This commit is contained in:
@ -45,7 +45,7 @@ Widget progressIndicator() {
|
||||
|
||||
void showLoadingOverlay() {
|
||||
|
||||
BuildContext? context = OneContext().context;
|
||||
BuildContext? context = OneContext.hasContext ? OneContext().context : null;
|
||||
|
||||
if (context == null) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user