Used wrong methods
This commit is contained in:
parent
6fa2fe6c7d
commit
f781bba3f3
|
@ -53,17 +53,16 @@ public class OrganizeQueueActivity extends SherlockListActivity implements
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onStop() {
|
protected void onPause() {
|
||||||
super.onPause();
|
super.onPause();
|
||||||
EventDistributor.getInstance().unregister(contentUpdate);
|
EventDistributor.getInstance().unregister(contentUpdate);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onDestroy() {
|
protected void onStop() {
|
||||||
super.onDestroy();
|
super.onStop();
|
||||||
FeedManager.getInstance().autodownloadUndownloadedItems(
|
FeedManager.getInstance().autodownloadUndownloadedItems(
|
||||||
getApplicationContext());
|
getApplicationContext());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue