Fix controls not hiding correctly when switching player

This commit is contained in:
Stypox 2021-09-01 17:24:10 +02:00 committed by litetex
parent 95631dba46
commit a454a41b51
1 changed files with 2 additions and 2 deletions

View File

@ -2186,8 +2186,8 @@ public final class Player implements
startProgressLoop();
}
controlsVisibilityHandler.removeCallbacksAndMessages(null);
animate(binding.playbackControlRoot, false, DEFAULT_CONTROLS_DURATION);
// if we are e.g. switching players, hide controls
hideControls(DEFAULT_CONTROLS_DURATION, 0);
binding.playbackSeekBar.setEnabled(false);
binding.playbackSeekBar.getThumb()