Location isolate return
This commit is contained in:
parent
7536a52771
commit
b907ff1e82
@ -196,6 +196,6 @@ void updateDeviceLocationIsolate() {
|
||||
print("[Background $backgroundTask] Not configured");
|
||||
completer.complete(true);
|
||||
}
|
||||
return Future.value(true);
|
||||
return completer.future;
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user