detect grouped buttons and dispatch to PlaybackActivity
This commit is contained in:
parent
78a7a4b2b9
commit
1994c6f698
@ -668,8 +668,10 @@ public class LibraryActivity
|
||||
@Override
|
||||
public boolean onContextItemSelected(MenuItem item)
|
||||
{
|
||||
final Intent intent = item.getIntent();
|
||||
if (item.getGroupId() != 0)
|
||||
return super.onContextItemSelected(item);
|
||||
|
||||
final Intent intent = item.getIntent();
|
||||
switch (item.getItemId()) {
|
||||
case CTX_MENU_EXPAND:
|
||||
expand(intent);
|
||||
|
Loading…
x
Reference in New Issue
Block a user