commit | 94d9200101e0ed831a2b4312f605b2e552d04b3d | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Fri May 12 09:05:01 2023 +0000 |
committer | Robin Lee <rgl@google.com> | Fri May 12 10:49:11 2023 +0000 |
tree | d459adc81d84e4cd6cd9dcfd19b74148cd1699ba | |
parent | 6593d03bc6e21bab4c7e71f68d542654fde1c95d [diff] |
Check null taskInfo for occlude transitions KeyguardService.wrap() is liberal with what it counts as an "app". The first item in the apps list might not have a taskInfo if it's not a Task, which causes a crash when unlocking the device for the first time. Change-Id: I479b05a5da896a166a375d30fdf050dc87448f3c Test: atest android.platform.test.scenario.sysui.lockscreen Bug: 274954192