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

Commit 8c0ab164 authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Change method name in VectorDrawable_Delegate

Following change in VectorDrawable from commit cdedc9a8.

Change-Id: I5d17b2e77c9600fe3da981c77a3e39dcd4df1d1f
parent caf566a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public class VectorDrawable_Delegate {
    }

    @LayoutlibDelegate
    static long nCreateRenderer(long rootGroupPtr) {
    static long nCreateTree(long rootGroupPtr) {
        VGroup_Delegate rootGroup = VNativeObject.getDelegate(rootGroupPtr);
        return sPathManager.addNewDelegate(new VPathRenderer_Delegate(rootGroup));
    }