question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug with hiding the FAB when scrolling a RecyclerView

See original GitHub issue

Step 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:

  1. Scroll down in recycler view (fab gets hidden)
  2. Delete all items in recycler view
  3. Fab stays hidden

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
KunaalKumarcommented, Apr 17, 2018

That did it !

Bug’s resolved, thanks !

1reaction
leinardicommented, Apr 16, 2018

Thanks for the bug report, I will look into it.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found