Commit da7baa65 authored by keesschollaart81's avatar keesschollaart81

Bugfix on IsConfigured

parent eea57dff
...@@ -39,10 +39,8 @@ namespace Cordova.Extension.Commands ...@@ -39,10 +39,8 @@ namespace Cordova.Extension.Commands
RunningInBackground = false; RunningInBackground = false;
BackgroundGeoLocationOptions = this.ParseBackgroundGeoLocationOptions(args); BackgroundGeoLocationOptions = this.ParseBackgroundGeoLocationOptions(args);
if (!BackgroundGeoLocationOptions.ParsingSucceeded) return;
// DispatchMessage(PluginResult.Status.OK, "init", true, ConfigureCallbackToken); this.IsConfigured = BackgroundGeoLocationOptions.ParsingSucceeded;
this.IsConfigured = true;
this.IsConfiguring = false; 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