omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
963 stars 218 forks source link

Could u add a "NONE" direction for closing the refresh function #44

Closed JonZone closed 8 years ago

JonZone commented 8 years ago

I need to close the refresh function while I need to open it some times .Could you add a "NONE" direction for this requirement? just like "Mode.NONE" in pulltorefresh

liyzay commented 8 years ago

You can disable refresh function just by setEnabled(false).