mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-03 22:46:03 +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) {
|
||||
this.state = details.state;
|
||||
this.reachability = details.reachability;
|
||||
this.name = details.name;
|
||||
this.uuid = details.uuid;
|
||||
this.localIp = details.localIp;
|
||||
|
||||
Reference in New Issue
Block a user