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

Commit dd7e88dc authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Automerger Merge Worker
Browse files

Merge "Prevent null argument from crashing ClockEventController" into tm-qpr-dev am: 7b08f905

parents c8c4ac0b 7b08f905
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))
            }