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

Capture context data in the LocationDisplay widget

This commit is contained in:
Oliver Walters
2020-04-15 10:33:10 +10:00
parent 5ed13e69aa
commit 3fead77f6d
7 changed files with 42 additions and 56 deletions

View File

@@ -201,6 +201,8 @@ class InvenTreeModel {
return null;
}
hideProgressDialog(context);
// A list of "InvenTreeModel" items
List<InvenTreeModel> results = new List<InvenTreeModel>();