Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Use better job ids for EHentai updater
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdNumber9 committed Aug 13, 2019
1 parent 44d563e commit 6857c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/exh/eh/EHentaiUpdateWorker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ class EHentaiUpdateWorker: JobService(), CoroutineScope {

private val MIN_BACKGROUND_UPDATE_FREQ = 1.days.inMilliseconds.longValue

private const val JOB_ID_UPDATE_BACKGROUND = 7000
private const val JOB_ID_UPDATE_BACKGROUND_TEST = 7001
private const val JOB_ID_UPDATE_BACKGROUND = 700000
private const val JOB_ID_UPDATE_BACKGROUND_TEST = 700001

private val logger by lazy { XLog.tag("EHUpdaterScheduler") }

Expand Down

0 comments on commit 6857c8c

Please sign in to comment.