mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-21 07:50:11 +00:00
Fix a bug in the update function
This commit is contained in:
@@ -24,6 +24,7 @@ public class ComputerDetails {
|
|||||||
|
|
||||||
public void update(ComputerDetails details) {
|
public void update(ComputerDetails details) {
|
||||||
this.state = details.state;
|
this.state = details.state;
|
||||||
|
this.reachability = details.reachability;
|
||||||
this.name = details.name;
|
this.name = details.name;
|
||||||
this.uuid = details.uuid;
|
this.uuid = details.uuid;
|
||||||
this.localIp = details.localIp;
|
this.localIp = details.localIp;
|
||||||
|
|||||||
Reference in New Issue
Block a user