forked from organicmaps/organicmaps
[iOS] fix "more" menu in bookmarks list on iPad
This commit is contained in:
parent
623d13b3f8
commit
061ca9f00d
1 changed files with 1 additions and 0 deletions
|
@ -487,6 +487,7 @@ CGFloat const kPinDiameter = 18.0f;
|
|||
style:UIAlertActionStyleCancel
|
||||
handler:nil]];
|
||||
|
||||
actionSheet.popoverPresentationController.barButtonItem = self.moreItem;
|
||||
[self presentViewController:actionSheet animated:YES completion:nil];
|
||||
[Statistics logEvent:kStatBookmarksListItemSettings withParameters:@{kStatOption : kStatMore}];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue