[iOS] fix "more" menu in bookmarks list on iPad

This commit is contained in:
Aleksey Belouosv 2018-12-10 15:18:52 +03:00 committed by Olesia Bolovintseva
parent 623d13b3f8
commit 061ca9f00d

View file

@ -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}];
}