mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 02:53:05 +00:00
Fix missing PCs in PC list after my NPE fix
This commit is contained in:
parent
8eca3683c9
commit
72c1696f43
@ -57,7 +57,7 @@ public class ComputerManagerService extends Service {
|
||||
// Returns true if the details object was modified
|
||||
private boolean runPoll(ComputerDetails details)
|
||||
{
|
||||
boolean newPc = (details.name == null);
|
||||
boolean newPc = details.name.isEmpty();
|
||||
|
||||
if (!getLocalDatabaseReference()) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user