mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-12 19:18:34 -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() {
|
||||
if (instance == null) {
|
||||
instance = new DownloadManager();
|
||||
instance.downloadEvents();
|
||||
}
|
||||
return instance;
|
||||
}
|
||||
@ -31,6 +30,7 @@ public class DownloadManager {
|
||||
private DownloadManager() {
|
||||
setDownloadDir();
|
||||
downloadBus = new EventBus();
|
||||
downloadEvents();
|
||||
}
|
||||
|
||||
public Map<String, Installer> getInstallers() {
|
||||
|
Loading…
Reference in New Issue
Block a user