Skip to content

Commit 5ab6e84

Browse files
committed
Remove redundant clearing of list
1 parent e1a6347 commit 5ab6e84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/player/playqueue/PlayQueue.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ public synchronized void unshuffle() {
476476
final int originIndex = getIndex();
477477
final PlayQueueItem current = getItem();
478478

479-
streams.clear();
480479
streams = backup;
481480
backup = null;
482481

0 commit comments

Comments
 (0)