markormesher / android-fab

Floating action button (FAB) for Android with speed-dial menu functionality
Apache License 2.0
211 stars 29 forks source link

Speed dial menu items stay drawn if rebuildSpeedDialMenu() is called when FAB is opened #12

Closed tihomirleka closed 7 years ago

tihomirleka commented 7 years ago

If speed dial menu is opened and FloatingActionButton.rebuildSpeedDialMenu() method is called currently rendered items are not destroyed and new set of speed dial items is created.

markormesher commented 7 years ago

Is this a major blocker for you? I'm going to be re-writing this whole project soonish anyway, but I try to find some time to patch the current version if it's essential.

markormesher commented 7 years ago

Fixed in v1.3.3.