am aed35d6b: Merge "Not include fullscreen opaque window on screenshot"
* commit 'aed35d6b57b4076b9b405c384f6d1f65253ab2b0': Not include fullscreen opaque window on screenshot
This commit is contained in:
@@ -6084,6 +6084,10 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
ws.isDisplayedLw()) {
|
ws.isDisplayedLw()) {
|
||||||
screenshotReady = true;
|
screenshotReady = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ws.isFullscreen(dw, dh) && ws.isOpaqueDrawn()){
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (appToken != null && appWin == null) {
|
if (appToken != null && appWin == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user