Make custom server work when polling
[fonbot.git] / src / ro / ieval / fonbot / FonBotApplication.java
index 46a0328fb716ddd2c015cdfaf316d328665443be..38b5b40ac7ca30ab0c70a1f4230e134d476d9cf0 100644 (file)
@@ -57,7 +57,7 @@ public final class FonBotApplication extends Application {
                tman.listen(new FonBotPhoneStateListener(this), PhoneStateListener.LISTEN_CALL_STATE);
                instance=this;
 
-               new PollServerAsyncTask().execute();
+               new PollServerAsyncTask(this).execute();
 
                startService(new Intent(this, FonBotMainService.class));
 
This page took 0.010063 seconds and 4 git commands to generate.