[ios] Fixed bug when location button did not stop after

user denies location services alert
This commit is contained in:
Igor Khmurets 2013-12-05 17:32:47 +03:00 committed by Alex Zolotarev
parent e01d62ee39
commit 7784af2de5

View file

@ -81,6 +81,7 @@ const long long LITE_IDL = 431183278L;
default:
break;
}
[self.locationButton setImage:[UIImage imageNamed:@"LocationDefault"] forState:UIControlStateSelected];
}
- (void)onLocationUpdate:(location::GpsInfo const &)info