ExpandableListView child click listener not firing

后端 未结 6 587
感动是毒
感动是毒 2020-12-28 14:47

Not sure why my onChildClick isn\'t firing. Everything works perfectly, except that when one of the child items is tapped, absolutely nothing happens. Otherwise, the expanda

6条回答
  •  一生所求
    2020-12-28 15:27

    Looks all right, still:

    1. Check that you have not set a click listener to any parent view of listview.

    2. Check that isChildSelectable() of adapter returns true. Also areAllItemsEnabled() should return true.

提交回复
热议问题