mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
contentEncoded wasn't loaded if description was still in the cache
This commit is contained in:
@ -118,7 +118,7 @@ public class ItemDescriptionFragment extends SherlockFragment {
|
|||||||
super.onViewCreated(view, savedInstanceState);
|
super.onViewCreated(view, savedInstanceState);
|
||||||
if (item != null) {
|
if (item != null) {
|
||||||
if (item.getDescription() == null
|
if (item.getDescription() == null
|
||||||
&& item.getContentEncoded() == null) {
|
|| item.getContentEncoded() == null) {
|
||||||
Log.i(TAG, "Loading data");
|
Log.i(TAG, "Loading data");
|
||||||
FeedManager.getInstance().loadExtraInformationOfItem(
|
FeedManager.getInstance().loadExtraInformationOfItem(
|
||||||
getActivity(), item,
|
getActivity(), item,
|
||||||
|
|||||||
Reference in New Issue
Block a user