makovkastar / FloatingActionButton

[DEPRECATED] Android floating action button
MIT License
4.01k stars 820 forks source link

Issue when removing an item from recycle view #130

Open ghost opened 9 years ago

ghost commented 9 years ago

I warn you that there is an issue when removing an item from a recycle view. When you scroll down (and the fab button hides) and you remove an item and refresh the recycle view, then the fab button doesn't returns.

Verify the problem.

sp574 commented 9 years ago

Yep, I noticed that too. This hasn't been fixed, right?

leinardi commented 9 years ago

Same here. Any news or workaround?

cyroxis commented 9 years ago

Has anybody found a workaround for this issue? I ran into it myself and am willing to create a PR to fix but I am uncertain how to detect if all items are visible in the recycler view.