1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Hide queue duration when displaying segment panel

Fixes #6441
This commit is contained in:
Douile 2021-06-07 02:10:44 +01:00
parent 69fc466323
commit d921e2e61b
No known key found for this signature in database
GPG Key ID: C0F04DFCD132D8C9

View File

@ -3029,6 +3029,7 @@ public final class Player implements
buildSegments();
binding.itemsListHeaderTitle.setVisibility(View.VISIBLE);
binding.itemsListHeaderDuration.setVisibility(View.GONE);
binding.shuffleButton.setVisibility(View.GONE);
binding.repeatButton.setVisibility(View.GONE);