mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-01-09 07:20:15 -05:00
Very minor move
This commit is contained in:
parent
09e0572612
commit
4cf8b8d129
@ -23,7 +23,6 @@ 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;
|
||||||
}
|
}
|
||||||
@ -31,6 +30,7 @@ public class DownloadManager {
|
|||||||
private DownloadManager() {
|
private DownloadManager() {
|
||||||
setDownloadDir();
|
setDownloadDir();
|
||||||
downloadBus = new EventBus();
|
downloadBus = new EventBus();
|
||||||
|
downloadEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
public Map<String, Installer> getInstallers() {
|
public Map<String, Installer> getInstallers() {
|
||||||
|
Loading…
Reference in New Issue
Block a user