This commit is contained in:
parent
cd91098fde
commit
7365fc3d5d
|
@ -282,6 +282,8 @@ public class DownloadService extends Service {
|
|||
feedSyncThread.shutdown();
|
||||
cancelNotificationUpdater();
|
||||
unregisterReceiver(cancelDownloadReceiver);
|
||||
|
||||
DBTasks.autodownloadUndownloadedItems(getApplicationContext());
|
||||
}
|
||||
|
||||
@SuppressLint("NewApi")
|
||||
|
|
Loading…
Reference in New Issue