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

Commit b945d80c authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am 5af4edef: Merge "Fix bug #10205316 CTS (KLP): android.graphics tests are failing" into klp-dev

* commit '5af4edef':
  Fix bug #10205316 CTS (KLP): android.graphics tests are failing
parents 795a7dec 5af4edef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -431,6 +431,8 @@ public class Paint {
        mRasterizer = paint.mRasterizer;
        if (paint.mShader != null) {
            mShader = paint.mShader.copy();
        } else {
            mShader = null;
        }
        mTypeface = paint.mTypeface;
        mXfermode = paint.mXfermode;