JimiSmith/PinnedHeaderListView

NullPointerException on header.measure(widthSpec, heightSpec);

onclicklistener opened this issue · 2 comments

NullPointerException on header.measure(widthSpec, heightSpec);

find the solution: the RootView of header can not be the RelativeLayout

This happend only in Samsung Devices, so @onclicklistener, your solution worked. Thank you!