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

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

Merge "Enable app reveal animation after splash screen." into sc-dev am: a9cbf391

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

Change-Id: I0680da4f4a2b7b456645a4f95dadc7fcf34a78dc
parents e94b3841 a9cbf391
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.
     */