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

Commit d07aa513 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix Task#getDimBounds"

parents 2e7965bb 4d7a6001
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2724,6 +2724,7 @@ class Task extends WindowContainer<WindowContainer> {
            boolean[] foundTop = { false };
            final PooledConsumer c = PooledLambda.obtainConsumer(Task::getMaxVisibleBounds,
                    PooledLambda.__(ActivityRecord.class), out, foundTop);
            forAllActivities(c);
            c.recycle();
            if (foundTop[0]) {
                return;