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 e2a02a1 commit bb7873dCopy full SHA for bb7873d
app/src/main/java/org/schabi/newpipe/player/playqueue/PlayQueue.java
@@ -529,7 +529,7 @@ public int hashCode() {
529
}
530
531
public boolean equalStreamsAndIndex(@Nullable final PlayQueue other) {
532
- return equals(other) && other.getIndex() == getIndex();
+ return equals(other) && other.getIndex() == getIndex(); //NOSONAR: other is not null
533
534
535
public boolean isDisposed() {
0 commit comments