contentEncoded wasn't loaded if description was still in the cache
This commit is contained in:
parent
72646abb9a
commit
ac64bf51ae
@ -118,7 +118,7 @@ public class ItemDescriptionFragment extends SherlockFragment {
|
||||
super.onViewCreated(view, savedInstanceState);
|
||||
if (item != null) {
|
||||
if (item.getDescription() == null
|
||||
&& item.getContentEncoded() == null) {
|
||||
|| item.getContentEncoded() == null) {
|
||||
Log.i(TAG, "Loading data");
|
||||
FeedManager.getInstance().loadExtraInformationOfItem(
|
||||
getActivity(), item,
|
||||
|
Loading…
x
Reference in New Issue
Block a user