Removed unused resources

This commit is contained in:
CappielloAntonio 2021-04-27 10:45:59 +02:00
parent 2d886b67ff
commit 3c2837e096
3 changed files with 0 additions and 9 deletions

View file

@ -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.
*
* <p>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;