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

Commit ea03bdaf 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: Ie864bdf7f13b3ac050483284e98ffab591f93d66
parents 12fb83aa 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);
    }