diff options
| author | 2023-04-27 07:31:03 +0000 | |
|---|---|---|
| committer | 2023-05-04 17:31:07 +0800 | |
| commit | ee5e5562a8244e4a7f658b2f1cb5f477a1e74a86 (patch) | |
| tree | 3e5a2782da81af378e8c9c6a5a49fda2a96eaeab /libs/androidfw/ObbFile.cpp | |
| parent | 8c9fd0d89f7c07f19a12da80def5b886542d27b8 (diff) | |
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
Diffstat (limited to 'libs/androidfw/ObbFile.cpp')
0 files changed, 0 insertions, 0 deletions