Merge "Keep launcher screen from flashing over lockscreen" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ab1c5456b7
@@ -269,7 +269,7 @@ public class WindowAnimator {
|
|||||||
mPendingLayoutChanges);
|
mPendingLayoutChanges);
|
||||||
}
|
}
|
||||||
mService.mFocusMayChange = true;
|
mService.mFocusMayChange = true;
|
||||||
} else if (win.isReadyForDisplay() && winAnimator.mAnimation == null) {
|
} else if (win.isReadyForDisplay()) {
|
||||||
mForceHiding = true;
|
mForceHiding = true;
|
||||||
}
|
}
|
||||||
} else if (mPolicy.canBeForceHidden(win, win.mAttrs)) {
|
} else if (mPolicy.canBeForceHidden(win, win.mAttrs)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user