Amazingly, I got the implementation almost perfect.

This commit is contained in:
Bradlee Speice 2014-04-29 23:21:11 -04:00
parent 8a83548ab8
commit 72cf38a2fc

View File

@ -29,6 +29,7 @@ public class DownloadManager {
public static DownloadManager getInstance() { public static DownloadManager getInstance() {
if (instance == null) { if (instance == null) {
instance = new DownloadManager(); instance = new DownloadManager();
instance.downloadEvents();
} }
return instance; return instance;
} }