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

Commit 429feb44 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "Revert "Enable dithering on RippleDrawable"" into sc-dev am: da517d53 am: 7feb6a23

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14744281

Change-Id: I77d1bfeddc4a90a1cb4d923fa5eedc64b849db2e
parents a00435f2 7feb6a23
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();