Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac21d5c3 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Invalidate the cached ripple drawable mask if mask layer changes" into mnc-dev

parents 5385f5a0 690a16c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -423,6 +423,7 @@ public class RippleDrawable extends LayerDrawable {
        if (super.setDrawableByLayerId(id, drawable)) {
            if (id == R.id.mask) {
                mMask = drawable;
                mHasValidMask = false;
            }

            return true;