Only the current fragment can handle menu options or context menu items

pull/14/head
Sam Bosley 12 years ago
parent a79c2eb78f
commit 1ec773f1b2

@ -1173,6 +1173,9 @@ public class TaskListFragment extends ListFragment implements OnScrollListener,
Intent intent;
long itemId;
if (!isCurrentTaskListFragment())
return false;
// handle my own menus
if (handleOptionsMenuItemSelected(item.getItemId(), item.getIntent()))
return true;

Loading…
Cancel
Save