Fix crash.

This commit is contained in:
dosiecki 2015-01-23 00:36:13 -08:00
parent 5dd11f8446
commit 2980b3cf1a

View file

@ -705,6 +705,7 @@ public abstract class Reading extends NbActivity implements OnPageChangeListener
}
public void overlaySend(View v) {
if ((readingAdapter == null) || (pager == null)) return;
Story story = readingAdapter.getStory(pager.getCurrentItem());
FeedUtils.shareStory(story, this);
}