Skip to content

Commit

Permalink
Merge "Do not hide animating window behind keyguard." into jb-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Mautner authored and Android (Google) Code Review committed Jun 13, 2012
2 parents d54d7cf + 2ec541f commit 4323d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/java/com/android/server/wm/WindowAnimator.java
Expand Up @@ -293,7 +293,7 @@ private void updateWindowsAndWallpaperLocked() {
+ " anim=" + win.mWinAnimator.mAnimation);
} else if (mPolicy.canBeForceHidden(win, win.mAttrs)) {
final boolean changed;
if (mForceHiding) {
if (mForceHiding && !winAnimator.isAnimating()) {
changed = win.hideLw(false, false);
if (WindowManagerService.DEBUG_VISIBILITY && changed) Slog.v(TAG,
"Now policy hidden: " + win);
Expand Down

0 comments on commit 4323d6e

Please sign in to comment.