VerticalViewPager icon indicating copy to clipboard operation
VerticalViewPager copied to clipboard

Fix x/y translation misses from ViewPager.java

Open journeymansix opened this issue 9 years ago • 2 comments

I found a couple of places where the translation from x to y was apparently missed in the copy/modify from ViewPager.java. I also updated a couple of code comments similarly. Lastly, I removed the cast to (View) in debugging statements, which was causing invalid cast errors for me, and apparently isn't necessary.

journeymansix avatar Jun 23 '15 15:06 journeymansix

any chance we can get this merged in?

squallstar avatar Oct 09 '15 10:10 squallstar

@castorflex Please do merge this and update the aar @ jcenter. Thanks!

ninovanhooff avatar Jan 27 '16 11:01 ninovanhooff