Commit e21def0b authored by Chris Scott's avatar Chris Scott

Oops, got mixed up editing file between XCode and Sublime...only half the changes made it...ugh

parent b002aacc
......@@ -85,9 +85,9 @@
}
}
-(void) locationManager:(CLLocationManager *)manager didUpdateLocations:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation
-(void) locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations
{
NSLog(@"CDVBackgroundGeoLocation didUpdateLocation");
NSLog(@"CDVBackgroundGeoLocation didUpdateLocations");
if ([UIApplication sharedApplication].applicationState == UIApplicationStateBackground)
{
......
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