mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 02:33:56 +00:00
Fixed a little mistake
This commit is contained in:
@@ -1719,6 +1719,7 @@ class ExoplayerView : AppCompatActivity(), Player.Listener, SessionAvailabilityL
|
||||
fun cancelTimer() {
|
||||
timer?.cancel()
|
||||
timer = null
|
||||
return
|
||||
}
|
||||
if (timer == null) {
|
||||
timer = object : CountDownTimer(5000, 1000) {
|
||||
@@ -1729,7 +1730,6 @@ class ExoplayerView : AppCompatActivity(), Player.Listener, SessionAvailabilityL
|
||||
exoSkip.visibility = View.VISIBLE
|
||||
disappeared = false
|
||||
cancelTimer()
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user