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

Commit 8f61cb33 authored by Diego Perez's avatar Diego Perez Committed by Android (Google) Code Review
Browse files

Merge "Fix themed attributes resolution"

parents 310f176c 58658eaa
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -374,7 +374,9 @@ public final class BridgeContext extends Context {
            return true;
        }

        return false;
        // If the value is not a valid reference, fallback to pass the value as a string.
        outValue.string = value.getValue();
        return true;
    }