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

Commit 2a5d63d8 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Revert "Enable dithering on RippleDrawable"

This reverts commit 1cbfc3b0.

Reason for revert: CL was no-op
Bug: 189281134
Change-Id: I2c70b51dd1d2f679a8310b1847675360ce415d35
parent 1cbfc3b0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1193,9 +1193,6 @@ public class RippleDrawable extends LayerDrawable {
            mRipplePaint = new Paint();
            mRipplePaint.setAntiAlias(true);
            mRipplePaint.setStyle(Paint.Style.FILL);
            if (mState.mRippleStyle == STYLE_PATTERNED) {
                mRipplePaint.setDither(true);
            }
        }

        final float x = mHotspotBounds.exactCenterX();