You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the FABMenuItem(int id, String title, Drawable iconDrawable) constructor, using my ID.
But when I use fabMenu.setOnFABMenuSelectedListener to get the item id it returns its position and not the id I passed in.
I checked the code and see you have reset that id by position in function setMenuItems (FABRevealMenu class). That is not true according to the processing flow.
Please check again.
The text was updated successfully, but these errors were encountered:
I'm using the
FABMenuItem(int id, String title, Drawable iconDrawable)
constructor, using my ID.But when I use fabMenu.setOnFABMenuSelectedListener to get the item id it returns its position and not the id I passed in.
I checked the code and see you have reset that id by position in function
setMenuItems
(FABRevealMenu class). That is not true according to the processing flow.Please check again.
The text was updated successfully, but these errors were encountered: