mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-12 19:18:34 -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() {
|
||||
if (instance == null) {
|
||||
instance = new DownloadManager();
|
||||
instance.downloadEvents();
|
||||
}
|
||||
return instance;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user