Loading packages/SystemUI/src/com/android/keyguard/ClockEventController.kt +2 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,8 @@ open class ClockEventController @Inject constructor( if (regionSamplingEnabled) { clock?.smallClock?.view?.addOnLayoutChangeListener(mLayoutChangedListener) clock?.largeClock?.view?.addOnLayoutChangeListener(mLayoutChangedListener) } else { updateColors() } updateFontSizes() updateTimeListeners() Loading Loading
packages/SystemUI/src/com/android/keyguard/ClockEventController.kt +2 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,8 @@ open class ClockEventController @Inject constructor( if (regionSamplingEnabled) { clock?.smallClock?.view?.addOnLayoutChangeListener(mLayoutChangedListener) clock?.largeClock?.view?.addOnLayoutChangeListener(mLayoutChangedListener) } else { updateColors() } updateFontSizes() updateTimeListeners() Loading