Update Core.java

release
FongMi 1 year ago
parent 6142b80b08
commit 43483cd39f
  1. 2
      app/src/main/java/com/fongmi/android/tv/bean/Core.java

@ -74,6 +74,6 @@ public class Core {
if (this == obj) return true;
if (!(obj instanceof Core)) return false;
Core it = (Core) obj;
return getSo().equals(it.getSo());
return getSign().equals(it.getSign());
}
}

Loading…
Cancel
Save