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:
committed by
Wei Sheng Shih
parent
be03858fa6
commit
a06b8f6f91
@@ -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