kopia lustrzana https://github.com/TeamNewPipe/NewPipe
ChannelTab.equals fix comparison
rodzic
c9155f7834
commit
aa0b45c05f
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue