Skip to content

Commit 4c15ad5

Browse files
committed
Merge pull request #46 from tumblr/activity-category
Adds the correct activity category for Tumblr.
2 parents b658753 + 32f72ee commit 4c15ad5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TMTumblrSDK/Activity/TMTumblrActivity.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,10 @@ - (UIImage *)activityImage {
2626
return [UIImage imageNamed:@"UIActivityTumblr"];
2727
}
2828

29+
#ifdef __IPHONE_7_0
30+
- (UIActivityCategory)activityCategory {
31+
return UIActivityCategoryShare;
32+
}
33+
#endif
34+
2935
@end

0 commit comments

Comments
 (0)