Make custom server work when polling
[fonbot.git] / src / ro / ieval / fonbot / Heavy.java
index df48722ea5b6dacb9cd65102165b54945481d1a2..905b577d34ac187de0bac36072e5f564a84cafdb 100644 (file)
@@ -1507,7 +1507,7 @@ final class Heavy {
         */
        public static void poll(final Context context, final Address replyTo) {
                Utils.sendMessage(context, replyTo, polling_server);
-               new PollServerAsyncTask().execute();
+               new PollServerAsyncTask(context).execute();
        }
 
        /**
This page took 0.009626 seconds and 4 git commands to generate.