forked from organicmaps/organicmaps
commit
317fde62d5
1 changed files with 5 additions and 0 deletions
|
@ -501,6 +501,11 @@ using namespace storage;
|
|||
|
||||
- (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
|
||||
{
|
||||
if (buttonIndex >= actionSheet.numberOfButtons)
|
||||
{
|
||||
[actionSheet dismissWithClickedButtonIndex:0 animated:NO];
|
||||
return;
|
||||
}
|
||||
NSString * btnTitle = [actionSheet buttonTitleAtIndex:buttonIndex];
|
||||
if ([btnTitle hasPrefix:kDownloadActionTitle])
|
||||
[self downloadNode:m_actionSheetId];
|
||||
|
|
Loading…
Add table
Reference in a new issue