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

Commit 463d0b3e authored by Vadim Caen's avatar Vadim Caen Committed by Wei Sheng Shih
Browse files

Enable SplashScreen flag

Bug: 73289295
Bug: 131311659

Test: atest WmTests CtsWindowManagerDeviceTestCases
Change-Id: Ia45123d76bbda42731acf46cc2a5e4ce32630b54
parent 11af33ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class StartingSurfaceController {
            ? StartingSurfaceController.class.getSimpleName() : TAG_WM;
    /** Set to {@code true} to enable shell starting surface drawer. */
    static final boolean DEBUG_ENABLE_SHELL_DRAWER =
            SystemProperties.getBoolean("persist.debug.shell_starting_surface", false);
            SystemProperties.getBoolean("persist.debug.shell_starting_surface", true);
    private final WindowManagerService mService;

    public StartingSurfaceController(WindowManagerService wm) {