summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/activity/ItemviewActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/podfetcher/activity/ItemviewActivity.java')
-rw-r--r--src/de/podfetcher/activity/ItemviewActivity.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/de/podfetcher/activity/ItemviewActivity.java b/src/de/podfetcher/activity/ItemviewActivity.java
index 89bdcf8af..eae35ac5b 100644
--- a/src/de/podfetcher/activity/ItemviewActivity.java
+++ b/src/de/podfetcher/activity/ItemviewActivity.java
@@ -64,6 +64,13 @@ public class ItemviewActivity extends SherlockActivity {
}
});
}
+
+ @Override
+ public void onStop() {
+ super.onStop();
+ Log.d(TAG, "Stopping Activity");
+ downloadObserver.cancel(true);
+ }
/** Extracts FeedItem object the activity is supposed to display */
private void extractFeeditem() {