Ask for confirmation before clearing queue...

Even when there is only one video in it.
This commit is contained in:
opusforlife2 2020-10-09 14:46:42 +00:00 committed by GitHub
parent b1538495f0
commit 4450e6b89c

View file

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