Skip to content

Commit c3d6c15

Browse files
committed
Moved share text before URL.
1 parent ee3f014 commit c3d6c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BranchUniversalObject.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ - (void)showShareSheetWithLinkProperties:(BranchLinkProperties *)linkProperties
128128
UIActivityItemProvider *itemProvider = [self getBranchActivityItemWithLinkProperties:linkProperties];
129129
NSMutableArray *items = [NSMutableArray arrayWithObject:itemProvider];
130130
if (shareText) {
131-
[items addObject:shareText];
131+
[items insertObject:shareText atIndex:0];
132132
}
133133
UIActivityViewController *shareViewController = [[UIActivityViewController alloc] initWithActivityItems:items applicationActivities:nil];
134134

0 commit comments

Comments
 (0)