Revert "Enable dithering on RippleDrawable"

This reverts commit 1cbfc3b00b.

Reason for revert: CL was no-op
Bug: 189281134
Change-Id: I2c70b51dd1d2f679a8310b1847675360ce415d35
This commit is contained in:
Lucas Dupin
2021-05-27 16:02:46 +00:00
parent 1cbfc3b00b
commit 2a5d63d8bd

View File

@@ -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();