Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2620035d authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Construct StartingWindowController with SplashScreenThread" into sc-dev

parents 2981ba6e a06b8f6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }