vinaysshenoy / mugen

Microlibrary for implementing infinite scroll on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

in init() method of RecyclerViewAttacher, should use addOnScrollListener instead of setOnScrollListener

Piasy opened this issue · comments

commented

https://github.com/vinaysshenoy/mugen/blob/master/library/src/main/java/com/mugen/attachers/RecyclerViewAttacher.java#L24
setOnScrollListener method of RecyclerView is deprecated, and will make other listeners not work.

Right, I'll fix it and release a new version soon.