Commit 60f21162 authored by Thomas Guillem's avatar Thomas Guillem Committed by Max Kellermann

android/Settings: remove the EXPIRIMENTAL text

Using MPD from Android since quite some times now. I consider it very stable now.
parent 4ff25323
...@@ -105,12 +105,13 @@ public class Settings extends Activity { ...@@ -105,12 +105,13 @@ public class Settings extends Activity {
else else
mRunButton.setChecked(false); mRunButton.setChecked(false);
mFirstRun = true; mFirstRun = true;
mTextStatus.setText("");
break; break;
case MSG_STARTED: case MSG_STARTED:
Log.d(TAG, "onStarted"); Log.d(TAG, "onStarted");
mRunButton.setChecked(true); mRunButton.setChecked(true);
mFirstRun = true; mFirstRun = true;
mTextStatus.setText("CAUTION: this version is EXPERIMENTAL!"); // XXX mTextStatus.setText("MPD service started");
break; break;
case MSG_LOG: case MSG_LOG:
if (mLogListArray.size() > MAX_LOGS) if (mLogListArray.size() > MAX_LOGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment