diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2021-05-17 22:36:27 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-05-17 22:36:27 +0000 |
commit | 07791ca5bba3fabf7ac2b1f56553c93259032de2 (patch) | |
tree | fa3c73f4d4e83025c2ae6ed0c1592f7f0f68661e /packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java | |
parent | 252eef4aa9f115d4a36efc47ef1f039f736ba51e (diff) | |
parent | 78c33943f02c65b01ae7fbe5c870b5f4e34c890e (diff) |
Merge "Update smartspace when clock updates." into sc-dev
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java')
-rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java index f305ea6c67a2..aa7f9a24b54a 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java @@ -259,6 +259,9 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS mClockViewController.refreshTime(); mLargeClockViewController.refreshTime(); } + if (mSmartspaceController != null) { + mSmartspaceController.requestSmartspaceUpdate(); + } mView.refresh(); } |