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

Commit 3fe7f2f2 authored by Joe Onorato's avatar Joe Onorato
Browse files

fix warning

Change-Id: I243e9b81256af13b8296dd121b1204caed7a3996
parent 2026e8d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9354,7 +9354,7 @@ public class WindowManagerService extends IWindowManager.Stub
                        // If the window has moved due to its containing
                        // content frame changing, then we'd like to animate
                        // it.  The checks here are ordered by what is least
                        //likely to be true first.
                        // likely to be true first.
                        if (w.mContentChanged && !wasAnimating && !w.mLastHidden && !mDisplayFrozen
                                && (w.mFrame.top != w.mLastFrame.top
                                        || w.mFrame.left != w.mLastFrame.left)