mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-01 03:27:55 +01:00
This commit is contained in:
parent
cd91098fde
commit
7365fc3d5d
@ -282,6 +282,8 @@ public class DownloadService extends Service {
|
|||||||
feedSyncThread.shutdown();
|
feedSyncThread.shutdown();
|
||||||
cancelNotificationUpdater();
|
cancelNotificationUpdater();
|
||||||
unregisterReceiver(cancelDownloadReceiver);
|
unregisterReceiver(cancelDownloadReceiver);
|
||||||
|
|
||||||
|
DBTasks.autodownloadUndownloadedItems(getApplicationContext());
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressLint("NewApi")
|
@SuppressLint("NewApi")
|
||||||
|
Loading…
Reference in New Issue
Block a user