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

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

Merge "Avoid capture all black screenshot bitmap"

parents 6829daa4 e3ca0483
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6101,7 +6101,7 @@ public class WindowManagerService extends IWindowManager.Stub
                    }

                    if (ws.mAppToken != null && ws.mAppToken.token == appToken &&
                            ws.isDisplayedLw()) {
                            ws.isDisplayedLw() && winAnim.mSurfaceShown) {
                        screenshotReady = true;
                    }