Skip to content
Snippets Groups Projects
Commit 89de5a49 authored by Hawkwood Glazier's avatar Hawkwood Glazier
Browse files

Unregister mShowWeatherObserver when KeyguardClockSwitchController is detached

Bug: 295143740
Test: Manually checked codepath with secondary display
Change-Id: I8807d1d58b58f1e5c990c21cef6a810e8b13c1db
parent 9c708647
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,7 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS
setClock(null);
mSecureSettings.unregisterContentObserver(mDoubleLineClockObserver);
mSecureSettings.unregisterContentObserver(mShowWeatherObserver);
mKeyguardUnlockAnimationController.removeKeyguardUnlockAnimationListener(
mKeyguardUnlockAnimationListener);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment