summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/OnlineFeedViewActivity.java
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2019-01-10 12:11:55 -0800
committerorionlee <orionlee@yahoo.com>2019-04-06 13:43:11 -0700
commit1655d234af478fb69fcaecd504b41a39039fd133 (patch)
tree2fe58723ada4d666e91d7bef8054add07ef064fd /app/src/main/java/de/danoeh/antennapod/activity/OnlineFeedViewActivity.java
parent0472bb9237bd461a30f93c962d3dc9c8fdb7d4cd (diff)
downloadAntennaPod-1655d234af478fb69fcaecd504b41a39039fd133.zip
#2966 RxJava2 null - case the underlying method may return null, but
should never happen in the code path, e.g., return the current FeedItem in ItemFragment UI. Mark underlying method as @Nullable, and let observer's existing onError() to handle null case Rx observer : underlying sources marked as @Nullable ItemFragment.load : .loadInBackground MediaplayerActivity.checkFavorite : DBReader.getFeedItem ItemDescriptionFragment.onViewCreated : DBReader.getFeedItem ItemlistFragment.loadItems : .loadData
Diffstat (limited to 'app/src/main/java/de/danoeh/antennapod/activity/OnlineFeedViewActivity.java')
0 files changed, 0 insertions, 0 deletions