Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

hideMoreProgress() and hideProgress() can't hide #82

Open kyly1982 opened 8 years ago

kyly1982 commented 8 years ago

when i set hideMoreProgress() or hideProgress() ,the progress alway show whether adapter has been set(with empty data,mean that in adapter,getItemCount() got 0) or not set.

satnami commented 8 years ago

@kyly1982 I solve this one using.. .getSwipeToRefresh().setRefreshing(false);