commit | aea66f750b37f57f1c5ce57f03c4012d2e060eee | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Tue Nov 15 21:40:05 2022 +0000 |
committer | Dave Mankoff <mankoff@google.com> | Tue Nov 15 22:01:07 2022 +0000 |
tree | 7cadeaa0e54ee2384c80c9d5166034640290ae70 | |
parent | 6fe4159252d2e5aa1a41b129f4de0f95c07fecbd [diff] |
Fix flag app being empty. Kotlin evaluates `object` declarations lazily. We have to access `Flags` before it will populate the list, and we were asking for the list during construction of our dagger graph. Bug: 257302229 Test: manual Change-Id: Iadfbbbc50ee2fb09260f5d119898fb50b3cc90f9