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.
2 parents 69fc466 + d921e2e commit f6bca68Copy full SHA for f6bca68
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -3029,6 +3029,7 @@ private void onSegmentsClicked() {
3029
buildSegments();
3030
3031
binding.itemsListHeaderTitle.setVisibility(View.VISIBLE);
3032
+ binding.itemsListHeaderDuration.setVisibility(View.GONE);
3033
binding.shuffleButton.setVisibility(View.GONE);
3034
binding.repeatButton.setVisibility(View.GONE);
3035
0 commit comments