Commit da7baa65 authored by keesschollaart81's avatar keesschollaart81

Bugfix on IsConfigured

parent eea57dff
......@@ -39,10 +39,8 @@ namespace Cordova.Extension.Commands
RunningInBackground = false;
BackgroundGeoLocationOptions = this.ParseBackgroundGeoLocationOptions(args);
if (!BackgroundGeoLocationOptions.ParsingSucceeded) return;
// DispatchMessage(PluginResult.Status.OK, "init", true, ConfigureCallbackToken);
this.IsConfigured = true;
this.IsConfigured = BackgroundGeoLocationOptions.ParsingSucceeded;
this.IsConfiguring = false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment