diff options
| author | 2023-09-14 04:01:52 +0000 | |
|---|---|---|
| committer | 2023-09-14 04:01:52 +0000 | |
| commit | c96975247f98c2bbeb84d164ec2e2fc56d4ca912 (patch) | |
| tree | f4045ca0339072f8471e97d300a429fc13cb3b69 | |
| parent | ee67f48db4901285c676a48b0810d1c7cbf12228 (diff) | |
| parent | fe4e586e2ec3b5b0a2392221bff796ced14a8b7a (diff) | |
Merge "Unregister mShowWeatherObserver when KeyguardClockSwitchController is detached" into udc-dev am: fe4e586e2e
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24422641
Change-Id: Ib09f9611eb8401a7334f62d0348b92fc20e30cc2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java index a0261309d61a..70849b7e2acf 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java @@ -266,6 +266,7 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS setClock(null); mSecureSettings.unregisterContentObserver(mDoubleLineClockObserver); + mSecureSettings.unregisterContentObserver(mShowWeatherObserver); mKeyguardUnlockAnimationController.removeKeyguardUnlockAnimationListener( mKeyguardUnlockAnimationListener); |