Change LauncherState to Supplier<LauncherState> in tests
This prevents the test from statically initializing LauncherState and all its static dependencies, which might lead to runtime exceptions in out-of-proc tests. Change-Id: I0e4e09dfb31a8b256c2c0c0b3d1d2ecd0cc92230
Loading
Please register or sign in to comment