summaryrefslogtreecommitdiff
path: root/src/com/android/deskclock/timer/TimerItem.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/deskclock/timer/TimerItem.kt')
-rw-r--r--src/com/android/deskclock/timer/TimerItem.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/deskclock/timer/TimerItem.kt b/src/com/android/deskclock/timer/TimerItem.kt
index 9cdcca438..a0573cf18 100644
--- a/src/com/android/deskclock/timer/TimerItem.kt
+++ b/src/com/android/deskclock/timer/TimerItem.kt
@@ -138,6 +138,7 @@ class TimerItem @JvmOverloads constructor(
mTimerText.isActivated = true
mTimerText.importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_NO
}
+ null -> { }
}
}
}