We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95631db commit a454a41Copy full SHA for a454a41
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -2186,8 +2186,8 @@ private void onBlocked() {
2186
startProgressLoop();
2187
}
2188
2189
- controlsVisibilityHandler.removeCallbacksAndMessages(null);
2190
- animate(binding.playbackControlRoot, false, DEFAULT_CONTROLS_DURATION);
+ // if we are e.g. switching players, hide controls
+ hideControls(DEFAULT_CONTROLS_DURATION, 0);
2191
2192
binding.playbackSeekBar.setEnabled(false);
2193
binding.playbackSeekBar.getThumb()
0 commit comments