I think this would be best handled by extending the widget or calling prepare & onRefresh direct rather than having it as an implementation within it. The addHeaderView is only supposed to be added once which is within the init method and should not be needed iirc.
Hi thanks,
I think this would be best handled by extending the widget or calling prepare & onRefresh direct rather than having it as an implementation within it. The
addHeaderView
is only supposed to be added once which is within the init method and should not be needed iirc.