Merge "Avoid capture all black screenshot bitmap"
This commit is contained in:
@@ -6101,7 +6101,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ws.mAppToken != null && ws.mAppToken.token == appToken &&
|
if (ws.mAppToken != null && ws.mAppToken.token == appToken &&
|
||||||
ws.isDisplayedLw()) {
|
ws.isDisplayedLw() && winAnim.mSurfaceShown) {
|
||||||
screenshotReady = true;
|
screenshotReady = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user