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

Commit bb6ee9bb authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix window movement animations

Fixes a typo.

Test: Check whether window movement animations still work
Change-Id: I12fa40f15efc157a04683b5aa818dec9ce1f4092
parent b9f619de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -414,7 +414,7 @@ public class WindowConfiguration implements Parcelable, Comparable<WindowConfigu
     * Returns true if windows in this container should be given move animations by default.
     */
    public boolean hasMovementAnimations() {
        return mWindowingMode == WINDOWING_MODE_PINNED;
        return mWindowingMode != WINDOWING_MODE_PINNED;
    }

    private static String windowingModeToString(@WindowingMode int windowingMode) {