From f18b2894e4a4cd1f27ec1026bd13fc84c6a4b15c Mon Sep 17 00:00:00 2001 From: Beverly Date: Fri, 14 May 2021 16:03:46 -0400 Subject: Consider the clock detached if the keyguard isn't visible Update AnimatableClockController's definition of attached to include whether the keyguard is visible or not. This way, we won't animate if the view isn't actually visible & we'll reset the clock state when the keyguard is newly visible. Only create a new AnimatableClockController onInit instead of in the onAttach method for KeyguardClockSwitchController. Fixes: 188203771 Test: manual Change-Id: Id02132dba8b5392046cb46766aa64fd58e04a4ad --- .../keyguard/KeyguardClockSwitchController.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java') diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java index 4245fbc2c3cd..932860f6c29c 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java @@ -124,16 +124,6 @@ public class KeyguardClockSwitchController extends ViewController