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

Commit 01771fb5 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Automerger Merge Worker
Browse files

Merge "Construct StartingWindowController with SplashScreenThread" into sc-dev am: 2620035d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13871311

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3f7e1cdafe8cbf56f706a40a46e7a655e80e6965
parents 04a4cd2a 2620035d
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);
    }