Don't call setState on startup
There is no advantage to doing so right now
This commit is contained in:
parent
e82b167485
commit
ee5f907d3f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user