mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-05 15:36:02 +00:00
Rename localIp/remoteIp fields to localAddress/remoteAddress to prepare for DNS names
This commit is contained in:
@@ -20,7 +20,7 @@ import java.net.UnknownHostException;
|
||||
public class ServerHelper {
|
||||
public static InetAddress getCurrentAddressFromComputer(ComputerDetails computer) {
|
||||
return computer.reachability == ComputerDetails.Reachability.LOCAL ?
|
||||
computer.localIp : computer.remoteIp;
|
||||
computer.localAddress : computer.remoteAddress;
|
||||
}
|
||||
|
||||
public static Intent createStartIntent(Activity parent, NvApp app, ComputerDetails computer,
|
||||
|
||||
Reference in New Issue
Block a user