Context menu for multiple contacts

I want to display a context menu item when multiple contacts are selected. ContextMenuListener#poppingUp() seems to only be triggered when a single contact is selected.

Anyone know how to do this?

Thanks,

Kevin

Sorry, I had my breakpoint inside the “if (object instanceof ContactItem)” block. Turns out poppingUp IS called when multiple contacts are selected, and the value of “object” is a List of ContactItems.

My bad.