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

Commit eca64e7a authored by Issei Suzuki's avatar Issei Suzuki
Browse files

Enable hierarchical animation.

Bug: 131661052
Test: existing test pass.

Change-Id: I23cdddd6222246445f130cbb4ea844c2b8ef3357
parent 68caca90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ public class WindowManagerService extends IWindowManager.Stub
     * @see #HIERARCHICAL_ANIMATIONS_PROPERTY
     */
    static boolean sHierarchicalAnimations =
            SystemProperties.getBoolean(HIERARCHICAL_ANIMATIONS_PROPERTY, false);
            SystemProperties.getBoolean(HIERARCHICAL_ANIMATIONS_PROPERTY, true);

    // Enums for animation scale update types.
    @Retention(RetentionPolicy.SOURCE)