commit | 65d5aa7e1169340dd1be22d892ba26a34050eb52 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Thu Nov 07 17:14:12 2024 +0000 |
committer | Dave Mankoff <mankoff@google.com> | Fri Nov 08 17:27:10 2024 +0000 |
tree | 7c1586c4b55c8f7ad2baebc97903fba22a11c71d | |
parent | f53e251d24bf077ea61edc83a71b37214ccde588 [diff] |
Replace field injection with constructor injection. This fixes an issue we are having with an upgrade to Kotlin 2.0.21. See the presubmits on https://r.android.com/3290825. Generally, field injection should be avoided in favor of constructor injection, so hopefully this is a change for the better. Bug: 369137871 Flag: EXEMPT Minor refactor Test: m ThemePickerApplicationLib Change-Id: I718113e103da303ddfb102b73c95f9a9b25da132