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

Commit a06b8f6f authored by wilsonshih's avatar wilsonshih Committed by Wei Sheng Shih
Browse files

Construct StartingWindowController with SplashScreenThread

Correct the wrong thread when resolving merge conflicts

Bug: 173975965
Test: build/flash
Change-Id: I0014988412ced1a385c0a69f6c605e87129de719
parent be03858f
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);
    }