Merge "Construct StartingWindowController with SplashScreenThread" into sc-dev

This commit is contained in:
Wei Sheng Shih
2021-03-15 13:35:32 +00:00
committed by Android (Google) Code Review

View File

@@ -480,7 +480,7 @@ public abstract class WMShellBaseModule {
@WMSingleton
@Provides
static StartingWindowController provideStartingWindowController(Context context,
@ShellAnimationThread ShellExecutor executor, TransactionPool pool) {
@ShellSplashscreenThread ShellExecutor executor, TransactionPool pool) {
return new StartingWindowController(context, executor, pool);
}