We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76aff1f + a67c6f0 commit fca5e55Copy full SHA for fca5e55
1 file changed
core/java/android/view/LayoutInflater.java
@@ -591,6 +591,7 @@ public final View createView(String name, String prefix, AttributeSet attrs)
591
Object[] args = mConstructorArgs;
592
args[1] = attrs;
593
594
+ constructor.setAccessible(true);
595
final View view = constructor.newInstance(args);
596
if (view instanceof ViewStub) {
597
// always use ourselves when inflating ViewStub later
0 commit comments