felipecsl/QuickReturn

Bottom position issue when listview has a padding

Opened this issue · 0 comments

When listview has a top padding, bottom view gets the same bottom padding initially, when you scroll padding goes away.
It is caused by getComputedScrollY method, without - view.getTop() it is in correct place, however quick return just appears / disappears without smooth transition.