mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Removed automatic update + duplicate fix
This commit is contained in:
		| @@ -8,7 +8,6 @@ import eu.kanade.tachiyomi.BuildConfig | ||||
| import eu.kanade.tachiyomi.R | ||||
| import eu.kanade.tachiyomi.data.updater.GithubUpdateChecker | ||||
| import eu.kanade.tachiyomi.data.updater.UpdateDownloader | ||||
| import eu.kanade.tachiyomi.data.updater.UpdateDownloaderAlarm | ||||
| import eu.kanade.tachiyomi.util.toast | ||||
| import rx.Subscription | ||||
| import rx.android.schedulers.AndroidSchedulers | ||||
| @@ -57,19 +56,13 @@ class SettingsAboutFragment : SettingsNestedFragment() { | ||||
|                 true | ||||
|             } | ||||
|  | ||||
|             automaticUpdateToggle.isEnabled = true | ||||
|             automaticUpdateToggle.setOnPreferenceChangeListener { preference, any -> | ||||
|                 val status = any as Boolean | ||||
|                 UpdateDownloaderAlarm.startAlarm(activity, 12, status) | ||||
|                 true | ||||
|             } | ||||
|  | ||||
|             automaticUpdateToggle.isEnabled = true | ||||
|             automaticUpdateToggle.setOnPreferenceChangeListener { preference, any -> | ||||
|                 val status = any as Boolean | ||||
|                 UpdateDownloaderAlarm.startAlarm(activity, 12, status) | ||||
|                 true | ||||
|             } | ||||
|             //TODO One glorious day enable this and add the magnificent option for auto update checking. | ||||
|             // automaticUpdateToggle.isEnabled = true | ||||
|             //            automaticUpdateToggle.setOnPreferenceChangeListener { preference, any -> | ||||
|             //                val status = any as Boolean | ||||
|             //                UpdateDownloaderAlarm.startAlarm(activity, 12, status) | ||||
|             //                true | ||||
|             //            } | ||||
|         } | ||||
|  | ||||
|         buildTime.summary = getFormattedBuildTime() | ||||
|   | ||||
| @@ -8,12 +8,12 @@ | ||||
|         android:summary="@string/pref_acra_summary" | ||||
|         android:title="@string/pref_enable_acra"/> | ||||
|  | ||||
|     <SwitchPreferenceCompat | ||||
|         android:defaultValue="false" | ||||
|         android:enabled="false" | ||||
|         android:key="@string/pref_enable_automatic_updates_key" | ||||
|         android:summary="@string/pref_enable_automatic_updates_summary" | ||||
|         android:title="@string/pref_enable_automatic_updates"/> | ||||
|     <!--<SwitchPreferenceCompat--> | ||||
|     <!--android:defaultValue="false"--> | ||||
|     <!--android:enabled="false"--> | ||||
|     <!--android:key="@string/pref_enable_automatic_updates_key"--> | ||||
|     <!--android:summary="@string/pref_enable_automatic_updates_summary"--> | ||||
|     <!--android:title="@string/pref_enable_automatic_updates"/>--> | ||||
|  | ||||
|     <Preference | ||||
|         android:key="@string/pref_version" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user