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

Skip to content
Commit c962e74e authored by haoyu.wang's avatar haoyu.wang Committed by 浩宇王
Browse files

Ensure that the layer of topActivity can reparent to rotation leash

When the Transition is before the STATE_PLAYING, the action of reparenting TopActivity's
layer to rotation leash will be placed in syncTransaction.
Finally, syncTransaction will be merged into the Transition, and in the Transition,
TopActivity's layer will be reparented to the target task again.
Since the two reparent actions are submitted in the same Transaction, only the last one takes effect,
causing rotation leash to display no content.

Bug: 308079446
Change-Id: Iad65483569d181496987d997f97243568e784d96
parent 731829ec
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