commit | ec494eb6490aae36981351d80c778031efcf2ebe | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Mon May 04 13:16:35 2015 -0700 |
committer | Yigit Boyar <yboyar@google.com> | Mon May 04 13:19:01 2015 -0700 |
tree | eadc2252672adb5397f43ba65395044e1bb2ec15 | |
parent | 96258dde1487826db4a21af120f81b08c725ae99 [diff] |
Make constructor accessible before calling ART fixed newInstance method's accessibility checks which means if provided class/method is not accessible; RecyclerView will crash. This CL makes RecyclerView call setAccessible(true) before calling the constructor to avoid any issues after new ART is released. Bug: 20824258 Change-Id: Iea114b8265720f99d95a1486d692e7e787746f8b