Skip to content
Commit 978dfb39 authored by Hawkwood Glazier's avatar Hawkwood Glazier
Browse files

Prevent null argument from crashing ClockEventController

Kotlin appears to zealously check whether the timeFormat argument
is null to protect us from NPEs, even though it is not used. In an
edge where a null value is passed, this causes a crash.

Test: N/A
Bug: 267477766
Change-Id: Ie302018c8ab142d26ab8ffd18e2157cdcd1602da
parent 5ac43d6f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment