From 5a36b919b5bd91ba37f907ae98df96c2f749e094 Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Fri, 3 Sep 2021 15:00:08 -0700 Subject: [PATCH] Call onUserUnlocked() before adding callbacks This gives us a chance to initialize things in onUserUnlocked() if we're already unlocked, before doing any other logic that might use those variables. Test: None (unable to reproduce) Fixes: 184773649 Change-Id: I72ed91ae6202ec816f9bdceb4d9fd03b9a002816 --- .../com/android/quickstep/TouchInteractionService.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/quickstep/src/com/android/quickstep/TouchInteractionService.java b/quickstep/src/com/android/quickstep/TouchInteractionService.java index db5c93c503..0f5671c543 100644 --- a/quickstep/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/src/com/android/quickstep/TouchInteractionService.java @@ -331,12 +331,14 @@ public class TouchInteractionService extends Service implements PluginListener