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
Loading
Please register or sign in to comment