Skip to content

Commit db34e5e

Browse files
rossbacherdsn5ft
authored andcommitted
[CardView] Fix potential Proguard/Dexguard/R8(?) optimization problem
Resolves #790 GIT_ORIGIN_REV_ID=fddc631d7a7c010044ab66247bec85f0aba097aa PiperOrigin-RevId: 282769919 (cherry picked from commit db7fde2)
1 parent 2841509 commit db34e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public interface OnCheckedChangeListener {
100100
* Keep track of when {@link CardView} is done initializing because we don't want to use the
101101
* {@link Drawable} that it passes to {@link #setBackground(Drawable)}.
102102
*/
103-
private final boolean isParentCardViewDoneInitializing;
103+
private boolean isParentCardViewDoneInitializing;
104104

105105
private boolean checked = false;
106106
private boolean dragged = false;

0 commit comments

Comments
 (0)