ToDou / appbarlayout-spring-behavior

One Behavior help AppBarLayout to scroll spring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fling behavior works before Nested Scroll View is fully scrolled

wrozwad opened this issue · comments

Just like in the preview below 😉

ezgif-3405844304

commented

Yea,I saw the source in appbarlayout header behavor. The velocityY just be used to compute the time of the animation.When scroll just to fling to the target by the time.I will try to fix this.

Hi @ToDou great library, love it. Sorry to ask but is there a fix for this bug yet?

commented

Sorry!I have not fix that. I know the cause of that nest child fling start will call the onNestFling. Should find some way to start fling after child fling finish.

same problem~