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

Commit 3d02b48b authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: I84a8efc2d58476c72e84170c19dc692dc180b97d
parents 27ef0f73 b8bb8ac5
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);
        }
    }