fix warning
Change-Id: I243e9b81256af13b8296dd121b1204caed7a3996
This commit is contained in:
@ -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
|
||||
//<EFBFBD>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)
|
||||
|
Reference in New Issue
Block a user