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:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-06-26 18:45:37 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:06 +0300
commitd0ea20a7377e9e2ba21ac42bb1e7210bb81a6785 (patch)
tree6b932d8fa71f1cf43e0f019f1e1ab16f28461f0c /iphone/Maps/Classes/CustomAlert
parent20569f6af4989a89f21c0f6647463e8ac8b554c4 (diff)
[ios] Flurry, Parse, Facebook frameworks update.
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 99a7aa76a1..f18cba9f8b 100644
--- a/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
@@ -52,7 +52,7 @@ extern NSString * const kUDAlreadySharedKey;
FBSDKAppInviteContent * const content = [[FBSDKAppInviteContent alloc] init];
content.appLinkURL = [NSURL URLWithString:kFacebookAppName];
- content.previewImageURL = [NSURL URLWithString:kFacebookAlertPreviewImage];
+ content.appInvitePreviewImageURL = [NSURL URLWithString:kFacebookAlertPreviewImage];
[FBSDKAppInviteDialog showWithContent:content delegate:nil];
}