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

Commit 465e1a3e authored by John Reck's avatar John Reck
Browse files

Fix trace end in inflate

Change-Id: I62809d70410a045231c8210ecd94a0bfc5e2d2fb
parent afae1463
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;
        }