jaychang0917 / SimpleRecyclerView

A RecyclerView extension for building list more easily.
Apache License 2.0
935 stars 104 forks source link

Issue with autoloader #15

Closed Flepsik closed 7 years ago

Flepsik commented 7 years ago

Hi again, thanks for fixes ! I think there's a bug with setLoadingMore(). I think there should be check if loading is already shown.

jaychang0917 commented 7 years ago

Hi, can you describe your expected result and current actual result?

Flepsik commented 7 years ago

If you call setLoadingMore with true flag many times then many progress items will be added. Of course that's so easy to prevent, but I think that there should be fix in recycler.

jaychang0917 commented 7 years ago

Thank your report, should be fixed in the new release 1.1.7.

Please feel free to reopen the issue if you have any questions.