mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
The computer details object must always update, even if the text doesn't change
This commit is contained in:
parent
1734d21b8e
commit
0c614516fb
@ -501,11 +501,6 @@ public class PcView extends Activity {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (computer.text.equals(computerString)) {
|
|
||||||
// Already up to date
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check if this is the same computer
|
// Check if this is the same computer
|
||||||
if (details.equals(computer.details)) {
|
if (details.equals(computer.details)) {
|
||||||
existingEntry = computer;
|
existingEntry = computer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user