ExpandableListView and the NavigationDrawer

后端 未结 1 1101
北荒
北荒 2020-12-28 21:49

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

相关标签:
1条回答
  • 2020-12-28 22:23

    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.

    0 讨论(0)
提交回复
热议问题