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

Commit 280372e2 authored by Raphael's avatar Raphael
Browse files

Layoutlib_create: fix binary name of delegate methods.

Change-Id: Iebd7d730b23e12f770e6ecadafb2f5c3459958db
parent d556d8ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -96,6 +96,7 @@ public class AsmGenerator {
            methods.add(methodName);
            methods.add(methodName);
        }
        }
        for (String className : createInfo.getDelegateClassNatives()) {
        for (String className : createInfo.getDelegateClassNatives()) {
            className = binaryToInternalClassName(className);
            Set<String> methods = mDelegateMethods.get(className);
            Set<String> methods = mDelegateMethods.get(className);
            if (methods == null) {
            if (methods == null) {
                methods = new HashSet<String>();
                methods = new HashSet<String>();