forked from organicmaps/organicmaps
[ios] Fixed bug when location button did not stop after
user denies location services alert
This commit is contained in:
parent
e01d62ee39
commit
7784af2de5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue