LarsWerkman / QuickReturnListView

A implementation of Roman Nurik's and Nick Butcher's Quick Return UI patern for a listview.
Apache License 2.0
698 stars 187 forks source link

Animated quick return can incorrectly display the header placeholder. #14

Open ghost opened 10 years ago

ghost commented 10 years ago

When the animation hides the quick return element and the first list item is not at the top of the screen you can see the placeholder element.

Steps to reproduce:

The placeholder element in the header is now visible and selectable. My thinking is the quick return should only slide up until its bottom edge hits the top edge of the first list item.

Video