Skip to content

Commit

Permalink
Add textContent into dict as text
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinhardt authored and j3k0 committed Oct 5, 2018
1 parent 8dfcbfc commit ce53001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ios/ShareExtension/ShareViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ - (void) didSelectPost {
uti = SHAREEXT_UNIFORM_TYPE_IDENTIFIER;
}
NSDictionary *dict = @{
@"text": self.contentText,
@"backURL": self.backURL,
@"data" : data,
@"uti": uti,
Expand Down

0 comments on commit ce53001

Please sign in to comment.