komikku/app/src/main/java/eu/kanade/tachiyomi/extension
Two-Ai 8ff51227bd Misc Service cleanup (#9005)
* 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.

(cherry picked from commit aca65f13bb94b6c0c4a77a9d426491d3667f4a7d)
2023-02-09 18:16:06 -05:00
..
api Move more things around 2023-02-09 18:08:07 -05:00
installer Move more things around 2023-02-09 18:08:07 -05:00
model Move more models to domain module 2023-02-09 13:00:07 -05:00
util Misc Service cleanup (#9005) 2023-02-09 18:16:06 -05:00
ExtensionManager.kt Move more things around 2023-02-09 18:08:07 -05:00
ExtensionUpdateJob.kt Move more things around 2023-02-09 18:08:07 -05:00