Skip to content

Commit 6f41625

Browse files
hunterstichpaulfthomas
authored andcommitted
[FAB] Restored public jumpDrawablesToCurrentState method
PiperOrigin-RevId: 735749567
1 parent f513914 commit 6f41625

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,12 @@ protected void drawableStateChanged() {
844844
}
845845
}
846846

847+
@SuppressWarnings("RedundantOverride")
848+
@Override
849+
public void jumpDrawablesToCurrentState() {
850+
super.jumpDrawablesToCurrentState();
851+
}
852+
847853
@Override
848854
protected Parcelable onSaveInstanceState() {
849855
Parcelable superState = super.onSaveInstanceState();

0 commit comments

Comments
 (0)