forked from organicmaps/organicmaps
[MAPSME-5885] [ios] Fixed editor viral alert for iPad.
This commit is contained in:
parent
2dda10dcef
commit
f5576b27a3
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
#import "MWMCommon.h"
|
||||
#import "MWMEditorViralAlert.h"
|
||||
#import "MWMActivityViewController.h"
|
||||
#import "MWMAlertViewController.h"
|
||||
#import "MWMAuthorizationCommon.h"
|
||||
#import "MWMEditorViralAlert.h"
|
||||
#import "MWMBottomMenuViewController.h"
|
||||
#import "MWMCommon.h"
|
||||
#import "Statistics.h"
|
||||
|
||||
@interface MWMEditorViralAlert ()
|
||||
|
@ -24,7 +25,7 @@
|
|||
[self close:^{
|
||||
MWMActivityViewController * shareVC = [MWMActivityViewController shareControllerForEditorViral];
|
||||
[shareVC presentInParentViewController:self.alertController.ownerViewController
|
||||
anchorView:self.shareButton];
|
||||
anchorView:[MWMBottomMenuViewController controller].view];
|
||||
}];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue