mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Revert "Immediately show the PC as offline if the first poll fails"
This reverts commit 7b12fd1ad2607566e8930adf3a2376e24c0fd9e1.
This commit is contained in:
parent
d091d9db6b
commit
85d95b2d8e
@ -122,8 +122,7 @@ public class ComputerManagerService extends Service {
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
// Start with an immediate offline notification
|
||||
int offlineCount = Integer.MAX_VALUE;
|
||||
int offlineCount = 0;
|
||||
while (!isInterrupted() && pollingActive) {
|
||||
try {
|
||||
// Check if this poll has modified the details
|
||||
|
Loading…
x
Reference in New Issue
Block a user