JimiSmith/PinnedHeaderListView

onSectionClick does not trigger for first Section

RomuloVitoi opened this issue · 2 comments

As the title descibres, the event simply does not trigger for the first section header.

Anyone have a solution for this issue? THanks in advance

As a provisional fix, i will use the next code:
LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(LayoutParams.MATCH_PARENT,1);
LinearLayout layout = new LinearLayout(getActivity()); layout.setLayoutParams(params); listView.addHeaderView(layout);