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

Commit d648e5f7 authored by Jeff Hao's avatar Jeff Hao Committed by Android Git Automerger
Browse files

am e9b4fd07: Merge "Mark constructor as accessible in LayoutInflater."

* commit 'e9b4fd07':
  Mark constructor as accessible in LayoutInflater.
parents 155e3133 e9b4fd07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -591,6 +591,7 @@ public abstract class LayoutInflater {
            Object[] args = mConstructorArgs;
            args[1] = attrs;

            constructor.setAccessible(true);
            final View view = constructor.newInstance(args);
            if (view instanceof ViewStub) {
                // always use ourselves when inflating ViewStub later