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

Commit b2ded18a authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "resolved conflicts for merge of fb30a783 to lmp-mr1-dev" into lmp-mr1-dev

parents f1647395 f708d27f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -483,7 +483,7 @@ public final class BridgeContext extends Context {
            // In some cases, style may not be a dynamic id, so we do a full search.
            ResourceReference ref = resolveId(resid);
            if (ref != null) {
                mRenderResources.getStyle(ref.getName(), ref.isFramework());
                style = mRenderResources.getStyle(ref.getName(), ref.isFramework());
            }
        }