Don't disable the library menu entry when there are no songs
This commit is contained in:
parent
95b94f5921
commit
8231667d19
@ -193,13 +193,6 @@ public class FullPlaybackActivity extends PlaybackActivity implements View.OnCli
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onPrepareOptionsMenu(Menu menu)
|
||||
{
|
||||
menu.findItem(MENU_LIBRARY).setEnabled((mState & PlaybackService.FLAG_NO_MEDIA) == 0);
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(MenuItem item)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user