contentEncoded wasn't loaded if description was still in the cache

This commit is contained in:
daniel oeh 2012-11-25 14:11:56 +01:00
parent 72646abb9a
commit ac64bf51ae

View File

@ -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,