Don't call pollServer from a BroadcastRecevier
[fonbot.git] / src / ro / ieval / fonbot / LocalBroadcastReceiver.java
index 2aade7fac5755300213b04fb3693f7e99d4f6f1f..163310e5993fb9aae25622347989a55077ceca4a 100644 (file)
@@ -43,7 +43,7 @@ public final class LocalBroadcastReceiver extends BroadcastReceiver {
 
                final String action=intent.getAction();
                if(action.equals(LocalBroadcastReceiver.ACTION_POLL_ALARM))
-                       Utils.pollServer(context);
+                       Utils.safePollServer(context);
        }
 
 }
This page took 0.00913 seconds and 4 git commands to generate.