mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Fix a bug in the update function
This commit is contained in:
parent
707c7a1a53
commit
aaa73eb196
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user