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

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

Merge "Fix task is blank in multi-window when IME show"

parents 8cf9bb61 e696f2fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3986,6 +3986,7 @@ class ActivityStack extends WindowContainer<WindowContainer> implements BoundsAn
            final PooledConsumer c = PooledLambda.obtainConsumer(Task::alignToAdjustedBounds,
                    PooledLambda.__(Task.class), adjusted ? mAdjustedBounds : getRawBounds(),
                    insetBounds, alignBottom);
            forAllTasks(c);
            c.recycle();
        }