Construct StartingWindowController with SplashScreenThread

Correct the wrong thread when resolving merge conflicts

Bug: 173975965
Test: build/flash
Change-Id: I0014988412ced1a385c0a69f6c605e87129de719
This commit is contained in:
wilsonshih
2021-03-15 15:59:01 +08:00
committed by Wei Sheng Shih
parent be03858fa6
commit a06b8f6f91

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);
}