diff options
| author | 2025-02-18 18:33:46 -0800 | |
|---|---|---|
| committer | 2025-02-18 18:33:46 -0800 | |
| commit | e2383ce5b17ee9e531d4e761a75ebd35745bc0f8 (patch) | |
| tree | accc8516b9fdb2478f5c68755566b01312342b9c | |
| parent | 2224644558f62e1ba981ca15d3ba49c4a4d36a2b (diff) | |
| parent | aad9bf3de899d1c79a81a67f232b102df8805015 (diff) | |
Merge "Update statusBarState in KeyguardStatusBarViewController" into main am: aad9bf3de8
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3140236
Change-Id: Ied8f117a6087e5f94abceabe5f4493471b324614
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardStatusBarViewController.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardStatusBarViewController.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardStatusBarViewController.java index cd59d4ebfd73..7b685f4cc006 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardStatusBarViewController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardStatusBarViewController.java @@ -384,6 +384,7 @@ public class KeyguardStatusBarViewController extends ViewController<KeyguardStat mAnimationScheduler.addCallback(mAnimationCallback); mUserInfoController.addCallback(mOnUserInfoChangedListener); mStatusBarStateController.addCallback(mStatusBarStateListener); + mStatusBarState = mStatusBarStateController.getState(); mKeyguardUpdateMonitor.registerCallback(mKeyguardUpdateMonitorCallback); mDisableStateTracker.startTracking(mCommandQueue, mView.getDisplay().getDisplayId()); if (mTintedIconManager == null) { |