forked from organicmaps/organicmaps
[ios] Changed facebook share link to default (http)
This commit is contained in:
parent
e29f5b1653
commit
f076cf0294
1 changed files with 0 additions and 12 deletions
|
@ -65,8 +65,6 @@ NSString * httpGe0Url(NSString * shortUrl)
|
|||
{
|
||||
NSString * event = @"MWMShareLocationActivityItem:activityViewController:itemForActivityType:";
|
||||
[Alohalytics logEvent:event withValue:activityType];
|
||||
if ([UIActivityTypePostToFacebook isEqualToString:activityType])
|
||||
return [self itemForSocialAppLong];
|
||||
if ([UIActivityTypeMessage isEqualToString:activityType])
|
||||
{
|
||||
[[Statistics instance] logEvent:@"ge0(zero) MESSAGE Export"];
|
||||
|
@ -88,16 +86,6 @@ NSString * httpGe0Url(NSString * shortUrl)
|
|||
|
||||
#pragma mark - Message
|
||||
|
||||
- (NSString *)itemForSocialAppLong
|
||||
{
|
||||
return [self url:NO];
|
||||
}
|
||||
|
||||
- (NSString *)itemForSocialAppShort
|
||||
{
|
||||
return [self url:YES];
|
||||
}
|
||||
|
||||
- (NSString *)itemForMessageApp
|
||||
{
|
||||
NSString * shortUrl = [self url:YES];
|
||||
|
|
Loading…
Add table
Reference in a new issue