Skip to content

Commit 3b75a11

Browse files
ymarianafohrman
authored andcommitted
Remove OnChangeListener from ExtendedFab
PiperOrigin-RevId: 266955697
1 parent 2d428ae commit 3b75a11

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Atta
8989
private boolean isExtended = true;
9090
private boolean isUsingPillCorner = true;
9191

92-
/**
93-
* @deprecated use {@link OnChangedCallback}
94-
*/
95-
@Deprecated
96-
public abstract static class OnChangedListener extends OnChangedCallback {
97-
98-
}
99-
10092
/**
10193
* Callback to be invoked when the visibility or the state of an ExtendedFloatingActionButton
10294
* changes.

0 commit comments

Comments
 (0)