mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fix crash.
This commit is contained in:
parent
5dd11f8446
commit
2980b3cf1a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue