diff --git a/lib/managers/location_manager.class.dart b/lib/managers/location_manager.class.dart index 3c6f33f..fbbbaf5 100644 --- a/lib/managers/location_manager.class.dart +++ b/lib/managers/location_manager.class.dart @@ -196,6 +196,6 @@ void updateDeviceLocationIsolate() { print("[Background $backgroundTask] Not configured"); completer.complete(true); } - return Future.value(true); + return completer.future; }); } \ No newline at end of file