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

Commit ba64d6af authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix trace end in inflate"

parents 182f2de1 465e1a3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -547,9 +547,9 @@ public abstract class LayoutInflater {
                // Don't retain static reference on context.
                mConstructorArgs[0] = lastContext;
                mConstructorArgs[1] = null;
            }

                Trace.traceEnd(Trace.TRACE_TAG_VIEW);
            }

            return result;
        }