Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

onRefresh animation stuck sometimes #64

Open viii2050 opened 8 years ago

viii2050 commented 8 years ago

I am using few files of your code required only for List Example. Everything is working fine except onRefresh(), when i pull down 2-3 times to refresh, the animation get's stuck.

I know it might be because i am missing some files as i am only using one part of project.

Can you please guide me which files and resources are required to refresh animation work fine?

I also noticed, in my project i am able to pull down continuously even though first refresh animation is working, which is not happening while using your complete project. In your project i am unable to pull down again n again unless first pull down animation finishes.

May be this is what i am missing.

Currently I am using following files:

Java files:

 - activity_vertical_sample
 -emptyview
 -item_string
 -layout_recyclerview_verticalscroll
 -view_more_progress
viii2050 commented 8 years ago

Any help would be appreciated. Thanks in advance.