]> iEval git - fonbot.git/blobdiff - src/ro/ieval/fonbot/LocalBroadcastReceiver.java
Fix the notify command help
[fonbot.git] / src / ro / ieval / fonbot / LocalBroadcastReceiver.java
index 88cf462b776d93cc0bf3e6f0d45d3fbb924b7c30..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))
-                       new PollServerAsyncTask(context).execute();
+                       Utils.safePollServer(context);
        }
 
 }
This page took 0.024265 seconds and 4 git commands to generate.