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

Commit c16d1448 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

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

* commit 'b2ded18a':
  Fix typos in previous bugfixes.
parents 92a46272 b2ded18a
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());
            }
        }