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

Skip to content
Commit b9c1bc33 authored by Chris Li's avatar Chris Li
Browse files

Fix NPE when entering PIP from different orientation

1. handleRequest for TRANSIT_PIP will happen before the Task appeared,
so setting ENTRY_SCHEDULED in handleRequest will cause the rotation to
access the leash before Task appeared, which causes NPE.
2. We don't want to do fixed rotation launch in Core when Shell
transition is enabled. Otherwise it will stuck at waiting for continue
rotation.

TODO: handle PIP to Fullscreen rotation in Shell transition

Bug: 210965919
Test: manual test entering PIP from different orientation without NPE
Change-Id: Ie5e61a5cf05eff7a0c1adb731d5f3d8677e0f091
parent 3e803348
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