am 1764465d: am b5981aa8: am ee7c30e1: Merge "Avoid capture all black screenshot bitmap"

* commit '1764465d81ad194d00bab372d2bfa031d75d641a':
  Avoid capture all black screenshot bitmap
This commit is contained in:
Craig Mautner
2014-12-01 16:54:45 +00:00
committed by Android Git Automerger

View File

@@ -6189,7 +6189,7 @@ public class WindowManagerService extends IWindowManager.Stub
}
if (ws.mAppToken != null && ws.mAppToken.token == appToken &&
ws.isDisplayedLw()) {
ws.isDisplayedLw() && winAnim.mSurfaceShown) {
screenshotReady = true;
}