-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAB disappears while scrolling #10
Comments
+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) { |
@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.
The text was updated successfully, but these errors were encountered: