summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/fragment/QueueFragment.java
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-24 18:12:01 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-24 18:12:01 +0200
commit3e0937df7da4d096e9f486622bd53d9a9af60ea3 (patch)
tree4da83bfe24ca1fd1a5737c6cd0e1f45f1b9ecc1e /src/de/podfetcher/fragment/QueueFragment.java
parentb283eae1b9b15c092f49b86cfbecc400f60b1171 (diff)
downloadAntennaPod-3e0937df7da4d096e9f486622bd53d9a9af60ea3.zip
Changes in ItemlistFragment + improved application startup time
Diffstat (limited to 'src/de/podfetcher/fragment/QueueFragment.java')
-rw-r--r--src/de/podfetcher/fragment/QueueFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/podfetcher/fragment/QueueFragment.java b/src/de/podfetcher/fragment/QueueFragment.java
index 13ca513e8..ebbff8d6f 100644
--- a/src/de/podfetcher/fragment/QueueFragment.java
+++ b/src/de/podfetcher/fragment/QueueFragment.java
@@ -2,7 +2,7 @@ package de.podfetcher.fragment;
import de.podfetcher.feed.FeedManager;
-public class QueueFragment extends FeedItemlistFragment {
+public class QueueFragment extends ItemlistFragment {
public QueueFragment() {
super(FeedManager.getInstance().getQueue());