diff options
author | orionlee <orionlee@yahoo.com> | 2019-01-09 14:27:59 -0800 |
---|---|---|
committer | orionlee <orionlee@yahoo.com> | 2019-04-06 13:43:11 -0700 |
commit | 670fc124ebbbce8575364e473e6c87ce4f914ccd (patch) | |
tree | b92ea8689d30791d48095b84663a966342e6fcd9 /settings.gradle | |
parent | 5f86af88b18b94d3ba741963a6ae4ea51a532050 (diff) | |
download | AntennaPod-670fc124ebbbce8575364e473e6c87ce4f914ccd.zip |
#2966 RxJava2 null - explicit mark underlying Rx sources as NonNull
to be on the safe side, for cases that the consuming observers
already assumes the result is not null.
Rx observer : underlying sources marked as NonNull
OnlineFeedViewActivity.listener member : DBReader.getFeedList
StatisticsActivity.loadStatistics : DBReader.getStatistics
CustomMRControllerDialog.updateViews : CustomMRControllerDialog.fetchArt
CompletedDownloadsFragment.loadItems : DBReader.getDownloadedItems
DownloadLogFragment.loadItems : DBReader.getDownloadedItems
ItemDescriptionFragment.onViewCreated : .loadData, Timeline.processShownotes
SubscriptionFragment.loadSubscriptions : DBReader.getNavDrawerData
SubscriptionFragment.onContextItemSelected (x2) : DBWriter.markFeedSeen, DBWriter.markFeedRead
PreferenceController.export : ExportWorker.output member
Diffstat (limited to 'settings.gradle')
0 files changed, 0 insertions, 0 deletions