mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-22 23:10:48 +00:00
Fixes for static analysis
This commit is contained in:
@ -48,9 +48,9 @@ class FilePickerDialog {
|
||||
if (path != null) {
|
||||
return File(path);
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
// Present a dialog to pick a file, either from local file system or from camera
|
||||
|
Reference in New Issue
Block a user