mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-06-30 21:36:17 -04:00
Amazingly, I got the implementation almost perfect.
This commit is contained in:
@ -29,6 +29,7 @@ public class DownloadManager {
|
||||
public static DownloadManager getInstance() {
|
||||
if (instance == null) {
|
||||
instance = new DownloadManager();
|
||||
instance.downloadEvents();
|
||||
}
|
||||
return instance;
|
||||
}
|
||||
|
Reference in New Issue
Block a user