diff --git a/app/src/main/java/com/cappielloantonio/play/service/DownloaderService.java b/app/src/main/java/com/cappielloantonio/play/service/DownloaderService.java index f8318bbf..be077674 100644 --- a/app/src/main/java/com/cappielloantonio/play/service/DownloaderService.java +++ b/app/src/main/java/com/cappielloantonio/play/service/DownloaderService.java @@ -47,12 +47,6 @@ public class DownloaderService extends DownloadService { return DownloadUtil.getDownloadNotificationHelper(this).buildProgressNotification(this, R.drawable.ic_downloading,null, null, downloads); } - /** - * Creates and displays notifications for downloads when they complete or fail. - * - *
This helper will outlive the lifespan of a single instance of DemoDownloadService.
- * It is static to avoid leaking the first DemoDownloadService instance.
- */
private static final class TerminalStateNotificationHelper implements DownloadManager.Listener {
private final Context context;
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 3f4f900f..8d32cc43 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -37,5 +37,4 @@