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

Commit 784c033f authored by Ed Carrigan's avatar Ed Carrigan Committed by Josh Guilfoyle
Browse files

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

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