Commit 66c9108f authored by keesschollaart81's avatar keesschollaart81

Bugfix, start() should not fire a callback

parent 4f29bf33
......@@ -124,8 +124,6 @@ namespace Cordova.Extension.Commands
Geolocator.PositionChanged += OnGeolocatorOnPositionChanged;
RunningInBackground = true;
DispatchCommandResult(new PluginResult(PluginResult.Status.OK));
}
private void OnGeolocatorOnPositionChanged(Geolocator sender, PositionChangedEventArgs configureCallbackTokenargs)
......
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