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

Commit ef4531e0 authored by Steve Kondik's avatar Steve Kondik
Browse files

Smooth out the animation.

parent c7b3b9e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -453,8 +453,8 @@ public class WindowManagerService extends IWindowManager.Stub

    PowerManagerService mPowerManager;

    float mWindowAnimationScale = 1.0f;
    float mTransitionAnimationScale = 1.0f;
    float mWindowAnimationScale = 0.5f;
    float mTransitionAnimationScale = 0.5f;

    final KeyWaiter mKeyWaiter = new KeyWaiter();
    final KeyQ mQueue;