Commit 84292743 authored by Chris Scott's avatar Chris Scott

minor bug

parent 270c3042
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
locationManager.distanceFilter = distanceFilter; // meters locationManager.distanceFilter = distanceFilter; // meters
if (value == YES) { if (isMoving) {
[locationManager startUpdatingLocation]; [locationManager startUpdatingLocation];
} else { } else {
[self startMonitoringStationaryRegion]; [self startMonitoringStationaryRegion];
......
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