]> iEval git - fonbot.git/commitdiff
Don't call pollServer from a BroadcastRecevier
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 25 Mar 2013 06:59:00 +0000 (08:59 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 25 Mar 2013 06:59:00 +0000 (08:59 +0200)
LocalBroadcastRecevier and DynamicBroadcastRecevier used to call pollServer directly. Thus, processCommand was called from a BroadcastRecevier context, which broke some commands (e.g. SPEAK). Now, they call a new function, safePollServer, which calls pollServer from FonBotMainService.


No differences found
This page took 0.019917 seconds and 4 git commands to generate.