Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aed35d6b authored by Craig Mautner's avatar Craig Mautner Committed by Gerrit Code Review
Browse files

Merge "Not include fullscreen opaque window on screenshot"

parents e7648472 a901f575
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6084,6 +6084,10 @@ public class WindowManagerService extends IWindowManager.Stub
                            ws.isDisplayedLw()) {
                        screenshotReady = true;
                    }

                    if (ws.isFullscreen(dw, dh) && ws.isOpaqueDrawn()){
                        break;
                    }
                }

                if (appToken != null && appWin == null) {