Revert "Immediately show the PC as offline if the first poll fails"

This reverts commit 7b12fd1ad2607566e8930adf3a2376e24c0fd9e1.
This commit is contained in:
Cameron Gutman 2015-02-27 13:52:17 -05:00
parent d091d9db6b
commit 85d95b2d8e

View File

@ -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