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

Commit c6afd96f authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Revert "Enable remote occlude animations by default."

This reverts commit 8edb15ff.

Reason for revert: Causing issues with non-camera occluded activties

Change-Id: Id33be05745e5afd02cb25377ec2476caa54e8287
parent 8edb15ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ public class KeyguardService extends Service {
            "persist.wm.enable_remote_keyguard_animation";

    private static final int sEnableRemoteKeyguardAnimation =
            SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 2);
            SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 1);

    /**
     * @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY
+1 −1
Original line number Diff line number Diff line
@@ -419,7 +419,7 @@ public class WindowManagerService extends IWindowManager.Stub
            "persist.wm.enable_remote_keyguard_animation";

    private static final int sEnableRemoteKeyguardAnimation =
            SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 2);
            SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 1);

    /**
     * @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY