Loading packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java +1 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,7 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS setClock(null); mSecureSettings.unregisterContentObserver(mDoubleLineClockObserver); mSecureSettings.unregisterContentObserver(mShowWeatherObserver); mKeyguardUnlockAnimationController.removeKeyguardUnlockAnimationListener( mKeyguardUnlockAnimationListener); Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java +1 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,7 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS setClock(null); mSecureSettings.unregisterContentObserver(mDoubleLineClockObserver); mSecureSettings.unregisterContentObserver(mShowWeatherObserver); mKeyguardUnlockAnimationController.removeKeyguardUnlockAnimationListener( mKeyguardUnlockAnimationListener); Loading