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 25cf917 commit 2d16a06Copy full SHA for 2d16a06
1 file changed
app/src/main/java/org/schabi/newpipe/player/ui/MainPlayerUi.java
@@ -434,7 +434,7 @@ protected void showOrHideButtons() {
434
return;
435
}
436
437
- final boolean showQueue = playQueue.getStreams().size() > 1;
+ final boolean showQueue = !playQueue.getStreams().isEmpty();
438
final boolean showSegment = !player.getCurrentStreamInfo()
439
.map(StreamInfo::getStreamSegments)
440
.map(List::isEmpty)
0 commit comments