Add retries to message sending
[fonbot.git] / src / ro / ieval / fonbot / FonBotMainActivity.java
index 342606a506b8186d75c4badeec4068eaa65fb251..d7581fab0c7fab8875263c2e78271f924b72a8d8 100644 (file)
@@ -218,7 +218,7 @@ public final class FonBotMainActivity extends ListActivity {
                super.onStart();
                resultTextView.setText(logging_in);
                new HttpCallExecutableRunnable("/ok", null,
-                               toNonNull(getApplicationContext()), toNonNull(updateResultCallback)).execute();
+                               toNonNull(getApplicationContext()), toNonNull(updateResultCallback), false).execute();
                connection.refreshAdapter();
        }
 
This page took 0.010143 seconds and 4 git commands to generate.