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

Fix accident evict if drag same app to same position.

We evict all children on current root when start intent to split.
But if drag same app, it will not launch any new task so all task
under root are evicted.

Fix this by doing evict job on startAnimation because we could
get all transition change here. We only evict tasks under split
root if there have new task launched.

Fix: 279873859
Bug: 279063348
Test: manual
Test: pass existing tests
Change-Id: I4793133f060faf628ba85feb5123a2aaf5e0f7fb
parent 8c9fd0d8
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