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

Commit 8c872837 authored by Arthur Hung's avatar Arthur Hung Committed by Android (Google) Code Review
Browse files

Merge "Fix PIP can't touch when back to home"

parents 272ce4cf 928d8dc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3503,7 +3503,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo
            } else {
                // Other stacks need to be below the always-on-top stacks.
                maxPosition = belowAlwaysOnTopPosition !=
                        POSITION_BOTTOM ? belowAlwaysOnTopPosition : topChildPosition;
                        POSITION_BOTTOM ? belowAlwaysOnTopPosition : 0;
            }

            int targetPosition = requestedPosition;