* commit '77f8112d526b60ccdc099dd418c8955d47b5418d': Not include fullscreen opaque window on screenshot
This commit is contained in:
@@ -6172,6 +6172,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