Silly DownloadManager

Injects are for classes that need them.
This commit is contained in:
Bradlee Speice 2014-06-10 23:44:35 -04:00
parent 7070c933d1
commit 8d17b6db64

View File

@ -29,7 +29,6 @@ public class DownloadManager {
*/ */
@Inject @Inject
public DownloadManager() { public DownloadManager() {
MinimalBible.getApplication().inject(this);
setDownloadDir(); setDownloadDir();
} }