mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Add a hashCode function for ComputerDetails
This commit is contained in:
parent
77a587abe8
commit
ae79f03e61
@ -52,6 +52,11 @@ public class ComputerDetails {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return localIp.hashCode();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder str = new StringBuilder();
|
||||
|
Loading…
x
Reference in New Issue
Block a user