mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
linting fix
This commit is contained in:
parent
ef422b4f00
commit
2cdf927d98
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
|
||||||
|
|
||||||
// Reload location information
|
// Reload location information
|
||||||
if (location != null) {
|
if (location != null) {
|
||||||
final bool result = await location!.reload() ?? false;
|
final bool result = await location!.reload();
|
||||||
|
|
||||||
if (!result) {
|
if (!result) {
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue