simonebortolin / FlowLayoutManager

Android 3rd party library to make implementing a FlowLayoutManager
GNU General Public License v3.0
21 stars 11 forks source link

Added option to specify direction to `canScrollVertically` method, bumped version to 1.6 #6

Closed spatenotte closed 5 years ago

spatenotte commented 5 years ago

I needed to know if the LayoutManager could scroll in a specific direction, so I added a new helper method, reusing the code in the original canScrollVertically() method

simonebortolin commented 5 years ago

Hi, I still haven't figured out what you did with the version code and version name, but I took advantage of your merge request to fix the code a bit. (Yes, on Christmas Eve)