Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
hello. this is my Fragment XML view:
and my fragment code is:
and my adapter is nothing special just some
TextViews
getting texts. and That's it.the purpose: while we scroll up in
recyclerview
, ourExtendedFloatingActionButton
which is addEmployee shouldaddEmployee.hide();
and when scroll up shouldaddEmployee.show();
which doing perfectly fine but at the last couple of lines where:our EFAB should hide again when we reach at the end of
RecyclerView
to avoid collision and overlaping the recyclerViewthe problem: when ever we reach to the end of scroll and
addEmployee.hide();
happens recyclerview suddenly jumps and scrolls up to a random place on the list which is wierd.seems like a bug to me, cause I replaced my hide/show codes with a lot of different options including
setVisibility
and all of them works fine. but the hide/show of FAB or EFAB cause that scroll jump and it's really annoying.Thanks for reading.