Skip to content

Commit f6bca68

Browse files
authored
Merge pull request #6442 from Douile/fix/useless-duration
Hide queue duration when displaying segment panel
2 parents 69fc466 + d921e2e commit f6bca68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/Player.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3029,6 +3029,7 @@ private void onSegmentsClicked() {
30293029
buildSegments();
30303030

30313031
binding.itemsListHeaderTitle.setVisibility(View.VISIBLE);
3032+
binding.itemsListHeaderDuration.setVisibility(View.GONE);
30323033
binding.shuffleButton.setVisibility(View.GONE);
30333034
binding.repeatButton.setVisibility(View.GONE);
30343035

0 commit comments

Comments
 (0)