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