mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +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
|
// Returns true if the details object was modified
|
||||||
private boolean runPoll(ComputerDetails details)
|
private boolean runPoll(ComputerDetails details)
|
||||||
{
|
{
|
||||||
boolean newPc = (details.name == null);
|
boolean newPc = details.name.isEmpty();
|
||||||
|
|
||||||
if (!getLocalDatabaseReference()) {
|
if (!getLocalDatabaseReference()) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user