From 7aa3efd26ebde3e6d49185acb819c323ebf4bd84 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 28 Jan 2014 20:40:47 -0800 Subject: Get rid of blocking call to clear, pointless call --- src/github/daneren2005/dsub/service/DownloadServiceLifecycleSupport.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/github/daneren2005/dsub/service/DownloadServiceLifecycleSupport.java b/src/github/daneren2005/dsub/service/DownloadServiceLifecycleSupport.java index 021c214a..7b285953 100644 --- a/src/github/daneren2005/dsub/service/DownloadServiceLifecycleSupport.java +++ b/src/github/daneren2005/dsub/service/DownloadServiceLifecycleSupport.java @@ -222,7 +222,6 @@ public class DownloadServiceLifecycleSupport { executorService.shutdown(); eventLooper.quit(); serializeDownloadQueueNow(); - downloadService.clear(false); downloadService.unregisterReceiver(ejectEventReceiver); downloadService.unregisterReceiver(headsetEventReceiver); downloadService.unregisterReceiver(intentReceiver); -- cgit v1.2.3