Loading packages/SystemUI/src/com/android/systemui/wmshell/WMShellBaseModule.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
packages/SystemUI/src/com/android/systemui/wmshell/WMShellBaseModule.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading