mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-01 10:27:57 +00:00
ChannelTab.equals fix comparison
This commit is contained in:
@@ -458,7 +458,7 @@ public abstract class Tab {
|
||||
final ChannelTab other = (ChannelTab) obj;
|
||||
return super.equals(obj)
|
||||
&& channelServiceId == other.channelServiceId
|
||||
&& channelUrl.equals(other.channelName)
|
||||
&& channelUrl.equals(other.channelUrl)
|
||||
&& channelName.equals(other.channelName);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user