mirror of
				https://github.com/MinimalBible/MinimalBible-Legacy
				synced 2025-11-03 18:00:34 -05: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