recruit-lifestyle / WaveSwipeRefreshLayout

http://engineer.recruit-lifestyle.co.jp/techblog/2015-08-03-swipe-refresh-layout/
Apache License 2.0
1.93k stars 379 forks source link

Loading dialog keeps showing, how to disable it? #36

Open vvbhandare opened 7 years ago

vvbhandare commented 7 years ago

It keeps showing loading dialog, how to hide it once my task is over?

tenkeyseven commented 6 years ago

you can just keep it works in method doInBackground in class Task.and if you finished the work in doInBackground it will disappear.