Don't call setState on startup

There is no advantage to doing so right now
This commit is contained in:
Christopher Eby 2010-02-19 21:09:38 -06:00
parent e82b167485
commit ee5f907d3f

View File

@ -77,8 +77,6 @@ public class NowPlayingActivity extends Activity implements CoverViewWatcher, Se
mSeekBar.setMax(1000);
mSeekBar.setOnSeekBarChangeListener(this);
mSeekBar.setOnFocusChangeListener(this);
setState(MusicPlayer.STATE_NORMAL);
}
public void setState(int state)