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

Commit b5b37f3b authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 3d02b48b: merge from open-source master

Merge commit '3d02b48b'

* commit '3d02b48b':
  Fix the layoutlib Paint.set(Paint) method.
parents 6181f392 3d02b48b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -283,6 +283,8 @@ public class Paint extends _Original_Paint {
            mStyle = src.mStyle;
            mFlags = src.mFlags;

            updateFontObject();

            super.set(src);
        }
    }