Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv.mikhaylenko <v.mikhaylenko@corp.mail.ru>2015-09-11 13:50:54 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:26 +0300
commit947665eb78d2451679f5a9761e63026e3e00239b (patch)
treeda2e166786b803f9d3e2f5f56be4a0da6f26d063 /iphone/Maps/Classes/CustomAlert
parenta0119897b41b1837ee9ab66262249904430ba6d6 (diff)
[ios] Update FBSDK to v.4.6.0
Diffstat (limited to 'iphone/Maps/Classes/CustomAlert')
-rw-r--r--iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm b/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
index 7d11409bd1..f928c3c8cc 100644
--- a/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
@@ -43,7 +43,7 @@ extern NSString * const kUDAlreadySharedKey;
FBSDKAppInviteContent * const content = [[FBSDKAppInviteContent alloc] init];
content.appLinkURL = [NSURL URLWithString:kFacebookAppName];
content.appInvitePreviewImageURL = [NSURL URLWithString:kFacebookAlertPreviewImage];
- [FBSDKAppInviteDialog showWithContent:content delegate:nil];
+ [FBSDKAppInviteDialog showFromViewController:self.alertController.ownerViewController withContent:content delegate:nil];
}
- (IBAction)notNowButtonTap:(id)sender