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
Loading
Please register or sign in to comment