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

Commit 7ae52023 authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Update Typeface_Delegate following Change Ied73189b

Test: layoutlib tests
Change-Id: I86ef9794751c6adb3f304ae6e00c5e24428da5dd
parent 7b9cebcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ public final class Typeface_Delegate {
    }

    @LayoutlibDelegate
    /*package*/ static int nativeGetBaseWeight(long native_instance) {
    /*package*/ static int nativeGetWeight(long native_instance) {
        Typeface_Delegate delegate = sManager.getDelegate(native_instance);
        if (delegate == null) {
            return 0;