mancj / SlideUp-Android

SlideUp is a small library that allows you to add sweet slide effect to any view.
MIT License
1.64k stars 207 forks source link

Bug: in touch event handling when gravity is set to bottom #18

Closed YDrall closed 7 years ago

YDrall commented 7 years ago

There seems to be a bug in handling touch events when gravity is set to Bottom, means in function #onTouchDownToUp(MotionEvent event). It happens when you touch at bottom of view. See:

slideup_issue_bottomtouch

mancj commented 7 years ago

Hi. it is working after your changes?

YDrall commented 7 years ago

yes, it's working correctly now. or you can test by yourself! and I have already created a pull request for this.

mancj commented 7 years ago

Thank you very much!