Use network cache

This commit is contained in:
inorichi
2016-02-05 20:18:39 +01:00
parent eec2dcd981
commit 6435eeb251
5 changed files with 37 additions and 18 deletions
@@ -84,7 +84,7 @@ public class DownloadManager {
if (finished) {
DownloadService.stop(context);
}
}, e -> Timber.e(e.getCause(), e.getMessage()));
}, e -> DownloadService.stop(context));
if (!isRunning) {
isRunning = true;