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

Commit da517d53 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Revert "Enable dithering on RippleDrawable"" into sc-dev

parents 8b2360f3 2a5d63d8
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();