Open bffcorreia opened 10 years ago
+1, Also seeing this issue
+1. Easy to reproduce by following what @bffcorreia said
+1 has anyone found a solution?
+1 i have tabs in my layout and have same problem
same problem
same problem
I've got a listview and I'm seeing the same error. Hoping for a fix soon.
Same issue!
I did a change on hide(), I declared initialY to save de initial Y value from View, works but I think that isn't the better solution:
public void hide(boolean hide) { if(initialY ==0){ initialY =getY(); } if (mHidden != hide) { float offset; if (mHidden) { offset = mCurrentY; } else { //mCurrentY = getY(); mCurrentY = initialY; offset = mScreenHeight; } mHidden = hide; ObjectAnimator animator = ObjectAnimator.ofFloat(this, "Y", offset); animator.setInterpolator(mInterpolator); animator.start(); } }
@ClarkXP do a pull request...see if Faiz will accept it or attend to the issue.
This should have been fixed with #14, right?
The Floating Action Button disappears when we scroll up and down fast. To reproduce this behaviour, simply add more items in the sample application and scroll down. Before the scroll stop, scroll up.
Tested with Nexus 5 using version 4.4.4.