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

Skip to content
Commit 325c57bb authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Skip window exit animation if display has transition

While shell transition is enabled, since change [1], it also
considers parent transition. And because display rotation
is transition with shell transition, all windows are unable
to remove while rotating display. Then if an activity is
relaunched for the configuration change, its old window will
also appear in the animation, which looks weird.

Because the window removal transaction should be applied with
shell start transaction to perform a display level animation,
so the exit animations are unnecessary.

[1]: I5a4f6fcdf16c5ce40298385d2153e108f43378f2

Bug: 227327391
Test: adb shell setprop persist.wm.debug.shell_transit 1; reboot
      Set animation scale to 10x and rotate device.
      atest ChangeAppRotationTest
Change-Id: I2d9eb308aaa5d7853e833a022ca5cced99da922e
parent f7260037
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