I am having a pretty strange issue. My logic is simple, my app uses a NavigationDrawer for main application navigation, and due to the complexity of the options
As I said in my comment, make sure that you return false from the DrawerGroupClickListener that you set on the ExpandableListView. If you return true from the listener's onGroupClick() callback this will block the collapse/expand action as the event is considered handled.