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

Commit 061aa127 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [2910953, 2911031, 2908688] into oc-mr1-release

Change-Id: I06809d7adbef00becb1829049530a63c51380b0c
parents a4f919d6 b642e91e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3020,7 +3020,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo
                final boolean foundTargetWs =
                        (w.mAppToken != null && w.mAppToken.token == appToken)
                                || (mScreenshotApplicationState.appWin != null && wallpaperOnly);
                if (foundTargetWs && winAnim.getShown()) {
                if (foundTargetWs && winAnim.getShown() && winAnim.mLastAlpha > 0f) {
                    mScreenshotApplicationState.screenshotReady = true;
                }