summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/fragment
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-06 15:55:20 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-06 15:55:20 +0200
commitac755c889975bdc28f5f6ddb121055f83ba556b6 (patch)
treea7fc6761dfef247b5142d197a01f3478b4572850 /src/de/podfetcher/fragment
parent7b86821cd83d8051da0a1fd2777d33837b1fa325 (diff)
downloadAntennaPod-ac755c889975bdc28f5f6ddb121055f83ba556b6.zip
OutOfMemory Error seems to be fixed
Diffstat (limited to 'src/de/podfetcher/fragment')
-rw-r--r--src/de/podfetcher/fragment/FeedlistFragment.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/de/podfetcher/fragment/FeedlistFragment.java b/src/de/podfetcher/fragment/FeedlistFragment.java
index 1003aa068..763c89ac7 100644
--- a/src/de/podfetcher/fragment/FeedlistFragment.java
+++ b/src/de/podfetcher/fragment/FeedlistFragment.java
@@ -52,6 +52,8 @@ public class FeedlistFragment extends SherlockListFragment implements
pActivity = null;
}
+
+
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
@@ -175,4 +177,5 @@ public class FeedlistFragment extends SherlockListFragment implements
selectedFeed = null;
fla.setSelectedItemIndex(FeedlistAdapter.SELECTION_NONE);
}
+
}