diff --git a/packages/SystemUI/src/com/android/systemui/wmshell/WMShellBaseModule.java b/packages/SystemUI/src/com/android/systemui/wmshell/WMShellBaseModule.java index 1d18750f1fdf7..ddfa63a33149f 100644 --- a/packages/SystemUI/src/com/android/systemui/wmshell/WMShellBaseModule.java +++ b/packages/SystemUI/src/com/android/systemui/wmshell/WMShellBaseModule.java @@ -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); }