Stop long polling on error
[fonbot.git] / src / ro / ieval / fonbot / FonBotMainService.java
index 38e0a29d0cbb8b4fd8a850ba28474b3e5ea54ccb..13dc1316449a081c7e656eea6679e606955d44e1 100644 (file)
@@ -80,6 +80,7 @@ public final class FonBotMainService extends Service {
                                        runnable.run();
                                } catch (final Exception ex){
                                        ex.printStackTrace();
+                                       break;
                                }
                        Log.d("LongPollRunnable", "Long polling stopped");
                }
This page took 0.009133 seconds and 4 git commands to generate.