Skip to content

Commit

Permalink
Fix infinite loop on ConnectivityReceiver (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteinstein authored Mar 16, 2018
1 parent 4606c50 commit a0a6976
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public void run() {
} catch (Exception ex) {
LOG.e(LOG_TAG, ex, "ConnectivityReceiver isConnected");
isInternetAvailable = false;
break;
}

} while (retries > 0);
Expand Down

0 comments on commit a0a6976

Please sign in to comment.