summaryrefslogtreecommitdiff
path: root/api/api.go
diff options
context:
space:
mode:
author Josh Tsuji <tsuji@google.com> 2024-04-18 15:24:12 -0400
committer Josh Tsuji <tsuji@google.com> 2024-04-23 17:51:51 +0000
commit865e2df12e080174639616f67ca672c8b5fb0237 (patch)
treea5185e8400d5e7a0332c6fe4be2f9baf24d1c2c6 /api/api.go
parentff20a75307698bee4949bfac4bc2d069ec660edb (diff)
Notify keyguardGoingAway prior to making the call.
This is the ordering used in the keyguardGoingAwayRunnable, but we had it swapped for showSurfaceBehindKeyguard (which is used during swipe to unlock). ag/25832421 enforced that prepareForUnlock() must be called prior to Launcher's onStart(), and onStart() is triggered by keyguardGoingAway. This resulted in prepareForUnlock() having no effect, and the animation not running. This should be safe since all other unlock flows already use a code path that notifies goingAway=true prior to the actual call. Fixes: 334046148 Test: swipe to unlock Flag: NA Change-Id: Iaffdd6a45db5c03dc3f137b3dab6e209d3a57c52 (cherry picked from commit 93f49b79c890e0a7716c62af65437e23c6563de3)
Diffstat (limited to 'api/api.go')
0 files changed, 0 insertions, 0 deletions