Skip to content

Commit 659db96

Browse files
committed
Fix #221: no label on readded buttons
1 parent 1303f48 commit 659db96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/main/java/com/getbase/floatingactionbutton/FloatingActionsMenu.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ public void addButton(FloatingActionButton button) {
197197
public void removeButton(FloatingActionButton button) {
198198
removeView(button.getLabelView());
199199
removeView(button);
200+
button.setTag(R.id.fab_label, null);
200201
mButtonsCount--;
201202
}
202203

0 commit comments

Comments
 (0)