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

Commit e4e690b6 authored by Jerome Gaillard's avatar Jerome Gaillard Committed by android-build-merger
Browse files

Merge "Change method name in VectorDrawable_Delegate" into nyc-dev

am: ff9e0ded

* commit 'ff9e0ded':
  Change method name in VectorDrawable_Delegate

Change-Id: I9b706ab3297c69f58a948282250ae1ed40cd3c0b
parents d1261c57 ff9e0ded
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));
    }