cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

SwipeLayout drag fail on Android 4.4 with 5.0' screen #454

Closed DaxiaK closed 7 years ago

DaxiaK commented 7 years ago

Hi, I find hidden view of SwipeLayout will go back original position after swiping on Android 4.4 with 5.0' screen . After I test , "minVelocity" or "xvel" is not right in "processHandRelease" sometimes . But your second statement "openPercent > willOpenPercent" is work.