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

Commit c970b02e authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Wei Sheng Shih
Browse files

Enable app reveal animation after splash screen.

Bug: 184830058
Test: Open an app
Change-Id: I91746ebb8fd86d4db8c94a42712da094009d49be
parent bd3409b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ public class StartingSurfaceDrawer {
    private Choreographer mChoreographer;

    private static final boolean DEBUG_ENABLE_REVEAL_ANIMATION =
            SystemProperties.getBoolean("persist.debug.enable_reveal_animation", false);
            SystemProperties.getBoolean("persist.debug.enable_reveal_animation", true);
    /**
     * @param splashScreenExecutor The thread used to control add and remove starting window.
     */