mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-01 15:52:59 +00:00
Ask for confirmation before clearing queue...
Even when there is only one video in it.
This commit is contained in:
@@ -2074,8 +2074,7 @@ public class VideoDetailFragment
|
||||
if (isClearingQueueConfirmationRequired(activity)
|
||||
&& playerIsNotStopped()
|
||||
&& activeQueue != null
|
||||
&& !activeQueue.equals(playQueue)
|
||||
&& activeQueue.getStreams().size() > 1) {
|
||||
&& !activeQueue.equals(playQueue)) {
|
||||
showClearingQueueConfirmation(onAllow);
|
||||
} else {
|
||||
onAllow.run();
|
||||
|
||||
Reference in New Issue
Block a user