Skip to content

Commit

Permalink
refactor: fixup jobsHolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Thalys Matias Carrara committed Jun 8, 2023
1 parent b286e14 commit 12c96fd
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ package com.profusion.androidenhancedvideoplayer.utils

import kotlinx.coroutines.Job

const val DEFAULT_INITIAL_TIME_TO_SEEK = 0L

object JobsHolder {
var rewindJob: Job? = null
var forwardJob: Job? = null
var initialForwardTimeToSeek = DEFAULT_INITIAL_TIME_TO_SEEK
var initialRewindTimeToSeek = DEFAULT_INITIAL_TIME_TO_SEEK
var seekJob: Job? = null
}

0 comments on commit 12c96fd

Please sign in to comment.