android/Settings: remove the EXPIRIMENTAL text

Using MPD from Android since quite some times now. I consider it very stable
now.
This commit is contained in:
Thomas Guillem 2020-03-25 22:23:10 +01:00 committed by Max Kellermann
parent 4ff2532330
commit 60f2116202
1 changed files with 2 additions and 1 deletions

View File

@ -105,12 +105,13 @@ public class Settings extends Activity {
else
mRunButton.setChecked(false);
mFirstRun = true;
mTextStatus.setText("");
break;
case MSG_STARTED:
Log.d(TAG, "onStarted");
mRunButton.setChecked(true);
mFirstRun = true;
mTextStatus.setText("CAUTION: this version is EXPERIMENTAL!"); // XXX
mTextStatus.setText("MPD service started");
break;
case MSG_LOG:
if (mLogListArray.size() > MAX_LOGS)