We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f513914 commit 6f41625Copy full SHA for 6f41625
lib/java/com/google/android/material/floatingactionbutton/FloatingActionButton.java
@@ -844,6 +844,12 @@ protected void drawableStateChanged() {
844
}
845
846
847
+ @SuppressWarnings("RedundantOverride")
848
+ @Override
849
+ public void jumpDrawablesToCurrentState() {
850
+ super.jumpDrawablesToCurrentState();
851
+ }
852
+
853
@Override
854
protected Parcelable onSaveInstanceState() {
855
Parcelable superState = super.onSaveInstanceState();
0 commit comments