Removed println I forgot

This commit is contained in:
tutel
2024-03-12 07:23:12 +02:00
committed by GitHub
parent 86558062fc
commit 6764d88617

View File

@@ -1730,7 +1730,6 @@ class ExoplayerView : AppCompatActivity(), Player.Listener, SessionAvailabilityL
if (timer == null) {
timer = object : CountDownTimer(5000, 1000) {
override fun onTick(millisUntilFinished: Long) {
println(millisUntilFinished)
if (new == null){
skipTimeButton.visibility = View.GONE
exoSkip.visibility = View.VISIBLE