* commit 'b5981aa8d18dbd952ff74a75f962d4ec98f38807': Avoid capture all black screenshot bitmap
This commit is contained in:
@@ -6189,7 +6189,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