mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 18:55:34 +00:00
Capture context data in the LocationDisplay widget
This commit is contained in:
@ -22,6 +22,7 @@ void showErrorDialog(BuildContext context, String title, String description) {
|
||||
}
|
||||
|
||||
void showProgressDialog(BuildContext context, String title, String description) {
|
||||
|
||||
showDialog(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
|
Reference in New Issue
Block a user