@rupeshsasne it is no bug. Programmatically you can still select each item in the list. withSelectable(false) will just prevent the user from selecting this item via a click.
You should have a look here:
https://github.com/mikepenz/MaterialDrawer#how-can-i-create-a-drawer-without-a-default-selection
(You can also just define a different selection)
Most helpful comment
@rupeshsasne it is no bug. Programmatically you can still select each item in the list.
withSelectable(false)will just prevent the user from selecting this item via a click.You should have a look here:
https://github.com/mikepenz/MaterialDrawer#how-can-i-create-a-drawer-without-a-default-selection
(You can also just define a different selection)