Loading packages/SystemUI/src/com/android/keyguard/ClockEventController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,7 @@ constructor( largeTimeListener?.update(shouldTimeListenerRun) } override fun onTimeFormatChanged(timeFormat: String) { override fun onTimeFormatChanged(timeFormat: String?) { clock?.events?.onTimeFormatChanged(DateFormat.is24HourFormat(context)) } Loading Loading
packages/SystemUI/src/com/android/keyguard/ClockEventController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,7 @@ constructor( largeTimeListener?.update(shouldTimeListenerRun) } override fun onTimeFormatChanged(timeFormat: String) { override fun onTimeFormatChanged(timeFormat: String?) { clock?.events?.onTimeFormatChanged(DateFormat.is24HourFormat(context)) } Loading