The navigation drawer in my app is not closing. I am using activities instead of fragments. When i click on any item in the listview, it opens other activities as i
listview
Call
drawer.closeDrawer(navList);
in onItemClick() method
onItemClick()