Skip to content

Commit

Permalink
fix: Offline tracking (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
christop23 authored Mar 7, 2024
1 parent ab30b43 commit 13397a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class DelayedAnimeTrackingUpdateJob(private val context: Context, workerParams:
}

companion object {
private const val TAG = "DelayedTrackingUpdate"
private const val TAG = "DelayedAnimeTrackingUpdate"

fun setupTask(context: Context) {
val constraints = Constraints(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class DelayedMangaTrackingUpdateJob(private val context: Context, workerParams:
}

companion object {
private const val TAG = "DelayedTrackingUpdate"
private const val TAG = "DelayedMangaTrackingUpdate"

fun setupTask(context: Context) {
val constraints = Constraints(
Expand Down

0 comments on commit 13397a0

Please sign in to comment.