* commit '1764465d81ad194d00bab372d2bfa031d75d641a': 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 &&
|
||||
ws.isDisplayedLw()) {
|
||||
ws.isDisplayedLw() && winAnim.mSurfaceShown) {
|
||||
screenshotReady = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user