Skip to content
Commit 514a576b authored by Tony Huang's avatar Tony Huang
Browse files

Fix switching a background task into split screen unexpectedly

If a task in split starts a new task or an adjacent task, it will
put the current splitting task behine it in the split. But when
users switch to the backgrond task, we would like to launch it in
fullscreen since it's shoiwng as a fullscreen tile in overview.

To fix this, the patch evicts any non-visible tasks in split when
detecting it's going to recent. So background tasks won't be launched
into split screen from overview anymore.

Fix: 232497373
Test: manual
Test: pass existing tests
Change-Id: I577aeeabda76fab88cd734af32ea8a69083ad3d3
parent 9cb05eaa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment