commit | bf4b035bf05c362e0103ecbb025c6a648f472fba | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Tue Mar 01 18:21:02 2022 -0500 |
committer | Dave Mankoff <mankoff@google.com> | Tue Mar 01 18:23:50 2022 -0500 |
tree | d0367c9a32f500002d32888e9e91dd6e74bdf931 | |
parent | be091340e3923550e8a5d1efe73cef20c3489417 [diff] |
Replace reflection with Suppliers. Reflection was causing proguard to turn the empty constructors on Behavior classes into NPE's. I don't know why it does this, but removing reflection from the code seems to resolve the issue. Fixes: 221190784 Test: manual && atest SystemUITests Change-Id: I5f45e9c06b6c466d666057a056537a08afd9c9ec