Merge "Construct StartingWindowController with SplashScreenThread" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2620035df1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user