Merge pull request #6442 from Douile/fix/useless-duration

Hide queue duration when displaying segment panel
This commit is contained in:
Stypox 2021-06-07 07:11:13 +02:00 committed by GitHub
commit f6bca68da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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);