mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-21 08:41:14 +01:00
aca65f13bb
* Simplify DownloadService wake lock handling _isRunning is only modified in onCreate/onDestroy, so the listener job is redundant. * Drop superclass calls to Service.onCreate/onDestroy From https://developer.android.com/guide/components/services > Note: Unlike the activity lifecycle callback methods, you are not > required to call the superclass implementation of these callback > methods.