mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-16 22:01:14 +00:00
Fix missing PCs in PC list after my NPE fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user