Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7715d68 authored by Sherry Zhou's avatar Sherry Zhou Committed by Automerger Merge Worker
Browse files

Merge "Add log for refresh time for customized clocks" into udc-qpr-dev am: 1fc805cd

parents f5239a6b 1fc805cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -423,6 +423,7 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS
     * Refresh clock. Called in response to TIME_TICK broadcasts.
     */
    void refresh() {
        mLogBuffer.log(TAG, LogLevel.INFO, "refresh");
        if (mSmartspaceController != null) {
            mSmartspaceController.requestSmartspaceUpdate();
        }
+1 −0
Original line number Diff line number Diff line
@@ -340,6 +340,7 @@ public class KeyguardStatusViewController extends ViewController<KeyguardStatusV
    private KeyguardUpdateMonitorCallback mInfoCallback = new KeyguardUpdateMonitorCallback() {
        @Override
        public void onTimeChanged() {
            Slog.v(TAG, "onTimeChanged");
            refreshTime();
        }