Convert EH Gallery Updater from a JobService to WorkManager

This commit is contained in:
Jobobby04
2021-07-02 17:50:22 -04:00
parent 0d8af29eeb
commit e9e3340c08
5 changed files with 59 additions and 158 deletions
@@ -192,8 +192,8 @@ object DebugFunctions {
fun convertAllExhentaiGalleriesToEhentai() = convertSources(EXH_SOURCE_ID, EH_SOURCE_ID)
fun testLaunchEhentaiBackgroundUpdater(): String {
return EHentaiUpdateWorker.launchBackgroundTest(app)
fun testLaunchEhentaiBackgroundUpdater() {
EHentaiUpdateWorker.launchBackgroundTest(app)
}
fun rescheduleEhentaiBackgroundUpdater() {