vikramkakkar / SublimeNavigationView

...is a complete rewrite of NavigationView (from Design Support library) that enables - usage of Checkboxes, Switches & Badges as menu items - XML definition - Parcelable menus - collapsible/expandable menu-groups - multiple menus - custom styling.
Apache License 2.0
309 stars 42 forks source link

Multi Touch on menuItems #23

Closed lisandroz closed 7 years ago

lisandroz commented 7 years ago

Hi everyone, I would like to know if it is possible to disable the option of pressing multiple items at the same time for the menu. I was researching but I can not find a way to do this

Best Regards

lisandroz commented 7 years ago

I can fix the problem by using a flag when an item is touched and restoring the flag value in the methods onDrawerClosed/onDrawerOpened of the ActionBarDrawerToggle