forked from organicmaps/organicmaps-tmp
[ios] Remove open settings button from enable location services alert.
This commit is contained in:
parent
07daef26be
commit
f6f91390d2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static NSString * const kAlertControllerNibIdentifier = @"MWMAlertViewController
|
|||
NSString * openSettings = L(@"settings");
|
||||
if (isIOSVersionLessThan(8))
|
||||
{
|
||||
UIAlertView * alertView = [[UIAlertView alloc] initWithTitle:title message:nil delegate:self cancelButtonTitle:cancel otherButtonTitles:openSettings, nil];
|
||||
UIAlertView * alertView = [[UIAlertView alloc] initWithTitle:title message:nil delegate:self cancelButtonTitle:cancel otherButtonTitles:nil];
|
||||
[alertView show];
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue