mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 12:08:51 -05:00
Amazingly, I got the implementation almost perfect.
This commit is contained in:
parent
8a83548ab8
commit
72cf38a2fc
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user