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

Commit 57c7a87a authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Fixes exception thrown while making non-root task always-on-top" into main

parents 7c1feb40 b2f06400
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6228,7 +6228,7 @@ class Task extends TaskFragment {
        // cases, we can just request that the root task is put at top here.
        // Don't bother moving task to top if this task is force hidden and invisible to user.
        if (!isForceHidden()) {
            getDisplayArea().positionChildAt(POSITION_TOP, this, false /* includingParents */);
            getParent().positionChildAt(POSITION_TOP, this, false /* includingParents */);
        }
    }