Skip to content

Commit

Permalink
Update app/src/main/java/org/schabi/newpipe/settings/tabs/Tab.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox authored Jun 8, 2021
1 parent 543440e commit a2fd5ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/java/org/schabi/newpipe/settings/tabs/Tab.java
Original file line number Diff line number Diff line change
Expand Up @@ -606,11 +606,6 @@ public boolean equals(final Object obj) {

final PlaylistTab other = (PlaylistTab) obj;

if (!(super.equals(obj))) {
// Base objects are different
return false;
}

return super.equals(obj)
&& playlistServiceId == other.playlistServiceId // Remote
&& playlistId == other.playlistId // Local
Expand Down

0 comments on commit a2fd5ae

Please sign in to comment.