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

Commit 0c558e4e authored by Issei Suzuki's avatar Issei Suzuki
Browse files

Disable custom task transition animation.

Bug: 162066454
Test: atest ActivityTransitionTests
Change-Id: If4e43c643aeaa85fecfa1f15997664aa46dad17f
parent 2aa23cf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ public class WindowManagerService extends IWindowManager.Stub
     * @see #DISABLE_CUSTOM_TASK_ANIMATION_PROPERTY
     */
    static boolean sDisableCustomTaskAnimationProperty =
            SystemProperties.getBoolean(DISABLE_CUSTOM_TASK_ANIMATION_PROPERTY, false);
            SystemProperties.getBoolean(DISABLE_CUSTOM_TASK_ANIMATION_PROPERTY, true);

    private static final String DISABLE_TRIPLE_BUFFERING_PROPERTY =
            "ro.sf.disable_triple_buffer";