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

Commit 06da2423 authored by Raph Levien's avatar Raph Levien Committed by Android Git Automerger
Browse files

am 54385d91: am c01d1045: Merge "Fix for bug 7400445 regression in background...

am 54385d91: am c01d1045: Merge "Fix for bug 7400445 regression in background drawable" into jb-mr1-dev

* commit '54385d91':
  Fix for bug 7400445 regression in background drawable
parents 8994804c 54385d91
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1191,6 +1191,11 @@ public class GradientDrawable extends Drawable {
                return;
            }

            if (mRadius > 0 || mRadiusArray != null) {
                mOpaque = false;
                return;
            }

            if (mStrokeWidth > 0 && !isOpaque(mStrokeColor)) {
                mOpaque = false;
                return;