on Item Clicked
Called when the menu item has been clicked. When overriding this method, make sure you call `super()` so that the OnPopupToolbarItemClickedListener is invoked correctly.
Return
true
to interrupt the callback, false
to let it go through and allow the default menu item click handling.
Parameters
popup Toolbar Menu Item
Item that was clicked.