Skip to content

Commit

Permalink
Forgot to set note property.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed Oct 12, 2010
1 parent 8eab39a commit 439318f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SHKEvernote.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ This is a subclass of SHKItem, extended for support `(EDAMNote *)note` property.
SHKEvernoteItem *item = [[SHKEvernoteItem alloc] init] autorelease];
item.title = noteTitle;
item.shareType = SHKShareTypeURL;
item.note = note;

SHKActionSheet *actionSheet = [SHKActionSheet actionSheetForItem:item];
[actionSheet showFromToolbar:self.navigationController.toolbar];
Expand Down

0 comments on commit 439318f

Please sign in to comment.