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

Fix pip expand issue if parent task under split root

If task have more than one activity and enter pip mode, WMS will
create new task for that activity and reparent it back when it
exit pip mode.

This cause some issues if the origin task under split root such
as UI abnormal or it cannot expand to fullscreen.(We expect it
expand to fullscreen always when click expand button on pip.)

Fix this by record the origin task id in taskInfo and use this
id to check exit split first or not if such task still under split
root when exit pip.

Fix: 264002510
Test: manual
Test: pass existing tests
Change-Id: I673f8c7a677f16897700d2be3853d4b4a36df7dd
parent 6c78bab2
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