Clear status image when checking connectivity
[fonbot.git] / src / ro / ieval / fonbot / FonBotMainActivity.java
index d7581fab0c7fab8875263c2e78271f924b72a8d8..b879be0c203c1a2c90548d43f66e4cec730ce609 100644 (file)
@@ -217,6 +217,7 @@ public final class FonBotMainActivity extends ListActivity {
        protected void onStart() {
                super.onStart();
                resultTextView.setText(logging_in);
+               resultTextView.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0);
                new HttpCallExecutableRunnable("/ok", null,
                                toNonNull(getApplicationContext()), toNonNull(updateResultCallback), false).execute();
                connection.refreshAdapter();
@@ -260,4 +261,4 @@ public final class FonBotMainActivity extends ListActivity {
                        return super.onOptionsItemSelected(item);
                }
        }
-}
\ No newline at end of file
+}
This page took 0.009445 seconds and 4 git commands to generate.