mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-24 06:53:46 +00:00
[ios] Remove celebratory alert after editing
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
962ee67833
commit
0b8bd42cb0
@@ -53,14 +53,6 @@
|
||||
return shareVC;
|
||||
}
|
||||
|
||||
+ (instancetype)shareControllerForEditorViral {
|
||||
MWMEditorViralActivityItem *item = [[MWMEditorViralActivityItem alloc] init];
|
||||
UIImage *image = [UIImage imageNamed:@"img_sharing_editor"];
|
||||
MWMActivityViewController *vc = [[self alloc] initWithActivityItems:@[item, image]];
|
||||
vc.popoverPresentationController.permittedArrowDirections = UIPopoverArrowDirectionDown;
|
||||
return vc;
|
||||
}
|
||||
|
||||
- (void)presentInParentViewController:(UIViewController *)parentVC anchorView:(UIView *)anchorView {
|
||||
self.ownerViewController = parentVC;
|
||||
self.anchorView = anchorView;
|
||||
|
||||
Reference in New Issue
Block a user