Bug with hiding the FAB when scrolling a RecyclerView
See original GitHub issueStep 1: Are you in the right place?
- I have verified there are no duplicate active or recent bugs, questions, or requests
- I have verified that I am using the latest version of the library.
Step 2: Describe your environment
- Library version:
1.0-alpha04
- Android version:
8.1
- Device brand:
Google
- Device model:
Pixel 2 XL
Step 3: Describe the problem:
Fab stays hidden after recycler view has no items
Steps to reproduce:
- Scroll down in recycler view (fab gets hidden)
- Delete all items in recycler view
- Fab stays hidden
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
android - Scroll aware FAB hides, but then does not reappear
I have made an Android app with a recyclerview and a floating action button . When scrolling down, the button should hide, when...
Read more >Show and Hide Floating Action Button when scrolling ...
Show and Hide Floating Action Button when scrolling recyclerview - ShowHideFab.java.
Read more >RecyclerView automatically scolling up in CoordinatorLayout ...
When I switch back to the fragment, it automatically scrolls up until the inner RecyclerView of thumbnails is fully displayed. Then if I...
Read more >Recyclerview | Android Developers
Fixed a bug where RecyclerView was not disallowing touch intercept when scrolling it caused a NestedScrollingParent to scroll. (b/131115697, aosp/1055911) ...
Read more >How to hide/show Toolbar when list is scroling (part 1)
It's a simple layout with RecyclerView , Toolbar and ImageButton which will be our FAB. We need to put them in a FrameLayout...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That did it !
Bug’s resolved, thanks !
Thanks for the bug report, I will look into it.