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

Commit 7b08f905 authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Android (Google) Code Review
Browse files

Merge "Prevent null argument from crashing ClockEventController" into tm-qpr-dev

parents 106aa99d 978dfb39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ constructor(
                largeTimeListener?.update(shouldTimeListenerRun)
            }

            override fun onTimeFormatChanged(timeFormat: String) {
            override fun onTimeFormatChanged(timeFormat: String?) {
                clock?.events?.onTimeFormatChanged(DateFormat.is24HourFormat(context))
            }