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

Commit 80853456 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 am: ca9330f8

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

Change-Id: Id0c9796f9ac37d2fcd450b453c629f33ab082ebd
parents 634e737a ca9330f8
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.
     */