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

Commit a72e9bf5 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix window movement animations"

parents 0a227782 bb6ee9bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ public class WindowConfiguration implements Parcelable, Comparable<WindowConfigu
     * @hide
     */
    public boolean hasMovementAnimations() {
        return mWindowingMode == WINDOWING_MODE_PINNED;
        return mWindowingMode != WINDOWING_MODE_PINNED;
    }

    /**