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

Commit 1ca9c3b5 authored by Rob Carr's avatar Rob Carr Committed by android-build-merger
Browse files

Merge "Forward Activity stop signal to attached windows." into pi-dev am: d1366f60

am: 6b3d3cc0

Change-Id: Ia2842bb15ffbe40d7f3a36cdaf6a7eefdd639c1f
parents c1abc90a 6b3d3cc0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -610,6 +610,10 @@ public final class WindowManagerGlobal {
                    ViewRootImpl root = mRoots.get(i);
                    // Client might remove the view by "stopped" event.
                    root.setWindowStopped(stopped);
                    // Recursively forward stopped state to View's attached
                    // to this Window rather than the root application token,
                    // e.g. PopupWindow's.
                    setStoppedState(root.mAttachInfo.mWindowToken, stopped);
                }
            }
        }