* commit 'f1354dd206a74e1475e8c1f8682dfd9d5e146f00': Mark constructor as accessible in LayoutInflater.
This commit is contained in:
@@ -590,6 +590,7 @@ public abstract class LayoutInflater {
|
|||||||
Object[] args = mConstructorArgs;
|
Object[] args = mConstructorArgs;
|
||||||
args[1] = attrs;
|
args[1] = attrs;
|
||||||
|
|
||||||
|
constructor.setAccessible(true);
|
||||||
final View view = constructor.newInstance(args);
|
final View view = constructor.newInstance(args);
|
||||||
if (view instanceof ViewStub) {
|
if (view instanceof ViewStub) {
|
||||||
// always use ourselves when inflating ViewStub later
|
// always use ourselves when inflating ViewStub later
|
||||||
|
|||||||
Reference in New Issue
Block a user