Merge "Unregister mShowWeatherObserver when KeyguardClockSwitchController is detached" into udc-qpr-dev

This commit is contained in:
Hawkwood Glazier
2023-08-16 17:31:05 +00:00
committed by Android (Google) Code Review

View File

@@ -292,6 +292,7 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS
setClock(null);
mSecureSettings.unregisterContentObserver(mDoubleLineClockObserver);
mSecureSettings.unregisterContentObserver(mShowWeatherObserver);
mKeyguardUnlockAnimationController.removeKeyguardUnlockAnimationListener(
mKeyguardUnlockAnimationListener);