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

Commit 60202780 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Revert "Fix a bug where the bottom corner radii where rendered in reverse."

This was originally added to fix an issue concering our colorization of
drawables.  No longer relevant.

This reverts commit 784c033f.

CR: Ed Carrigan
parent 0f7eac3c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -783,9 +783,8 @@ public class GradientDrawable extends Drawable {
                    setCornerRadii(new float[] {
                            topLeftRadius, topLeftRadius,
                            topRightRadius, topRightRadius,
                            bottomRightRadius, bottomRightRadius,
                            bottomLeftRadius, bottomLeftRadius
                            
                            bottomLeftRadius, bottomLeftRadius,
                            bottomRightRadius, bottomRightRadius
                    });
                }
                a.recycle();