Skip to content

Commit 213f93e

Browse files
ymarianldjcmu
authored andcommitted
set RippleColor doesnt update ripples in cards
PiperOrigin-RevId: 246391887
1 parent 0f0921d commit 213f93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/java/com/google/android/material/card/MaterialCardViewHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ boolean isCheckable() {
350350

351351
void setRippleColor(@Nullable ColorStateList rippleColor) {
352352
this.rippleColor = rippleColor;
353+
updateRippleColor();
353354
}
354355

355356
void setCheckedIconTint(@Nullable ColorStateList checkedIconTint) {

0 commit comments

Comments
 (0)