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

Commit 4d7a6001 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

Fix Task#getDimBounds

Test: presubmit
Change-Id: I4591b68cb523a2d9f887e436776bccfce9849128
parent cce89e27
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;