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

Skip to content
Commit cefc4aa8 authored by Kazuki Takise's avatar Kazuki Takise
Browse files

Run transition when app dies in freeform

In a freeform environment, currently a shell transition times out when
an app is killed via adb force-stop.

In this timeout case, setReady() isn't called where it's supposed to
because handleAppDied doesn't directly trigger any z-order or focus
update in freeform mode.

This CL adjusts the if condition in question so that this kind of
lingering transition will be executed even without any focus change.

Bug: 244123821
Bug: 268239637
Test: adb shell am force-stop com.android.settings
Change-Id: I07bdadd81f6992445b11e21dc08a68c231e8d5b8
parent e17d89ba
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