Loading graphics/java/android/graphics/drawable/GradientDrawable.java +3 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
graphics/java/android/graphics/drawable/GradientDrawable.java +3 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading