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:
authormikhaylenko <v.mikhaylenko@corp.mail.ru>2015-09-14 11:51:08 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:52 +0300
commit655d1b6e944fffd9645894a93e2058b8b200d2c3 (patch)
treed4a8a048a500bf91c6269218c12a38436a3f5754 /iphone/Maps/Classes
parentd7de168b8b35842a0446f769d71799ef6c4e5c26 (diff)
Revert "[ios] Update FBSDK to v.4.6.0"
Diffstat (limited to 'iphone/Maps/Classes')
-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 4196443a8f..9e7b6743ef 100644
--- a/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
@@ -35,7 +35,7 @@ extern NSString * const kUDAlreadySharedKey;
FBSDKAppInviteContent * const content = [[FBSDKAppInviteContent alloc] init];
content.appLinkURL = [NSURL URLWithString:kFacebookAppName];
content.appInvitePreviewImageURL = [NSURL URLWithString:kFacebookAlertPreviewImage];
- [FBSDKAppInviteDialog showFromViewController:self.alertController.ownerViewController withContent:content delegate:nil];
+ [FBSDKAppInviteDialog showWithContent:content delegate:nil];
}
- (IBAction)notNowButtonTap:(id)sender