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