mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Minor fix
This commit is contained in:
		@@ -25,8 +25,10 @@ class ChangelogDialogFragment : DialogFragment() {
 | 
			
		||||
                ChangelogDialogFragment().show(fragmentManager, "changelog")
 | 
			
		||||
 | 
			
		||||
                // FIXME Ugly check to restore jobs. Remove me in a few months :D
 | 
			
		||||
                if (oldVersion < 14 && BuildConfig.INCLUDE_UPDATER && preferences.automaticUpdates()) {
 | 
			
		||||
                    UpdateCheckerJob.setupTask()
 | 
			
		||||
                if (oldVersion < 14) {
 | 
			
		||||
                    if (BuildConfig.INCLUDE_UPDATER && preferences.automaticUpdates()) {
 | 
			
		||||
                        UpdateCheckerJob.setupTask()
 | 
			
		||||
                    }
 | 
			
		||||
                    LibraryUpdateJob.setupTask()
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user