Commit graph

2 commits

Author SHA1 Message Date
Mihai Parparita
1d22fb9b11 Fix crash when mailing a URL in the original story view.
[OriginalStoryViewController doOpenActionSheet] calls showSendTo with a nil
text parameter, but [NBActivityItemProvider activityViewController:
itemForActivityType:] returns a dictionary with the text as a value, and
dictionary literals can't use nil values. Use an empty string instead.

Appears to be a regression from 1002403e81.
2015-01-02 09:46:15 -08:00
Samuel Clay
1002403e81 Fixing activities to only use URL and title, except Mail which uses the whole body. 2014-12-15 17:09:53 -08:00