summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:23:56 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:23:56 +0000
commit23e757be85a40b205b080cfe5a8b2262c3d1ace9 (patch)
tree12314d73878bd018f3edaa02a0e406fbe4a1be11
parentaab1821020a5cf64b3603fb3787746b65ce24a3a (diff)
parent7c3d4069aa81a8484134abbfe38215b52deb3048 (diff)
downloadDeskClock-android13-qpr3-s14-release.tar.gz
Change-Id: I588188127f3e43e149c4907d59368a8e0f5ba536
-rw-r--r--src/com/android/deskclock/alarms/AlarmActivity.kt1
-rw-r--r--src/com/android/deskclock/timer/TimerItem.kt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/deskclock/alarms/AlarmActivity.kt b/src/com/android/deskclock/alarms/AlarmActivity.kt
index a4caf1a74..8d9535de0 100644
--- a/src/com/android/deskclock/alarms/AlarmActivity.kt
+++ b/src/com/android/deskclock/alarms/AlarmActivity.kt
@@ -283,6 +283,7 @@ class AlarmActivity : BaseActivity(), View.OnClickListener, View.OnTouchListener
}
AlarmVolumeButtonBehavior.NOTHING -> {
}
+ null -> { }
}
}
}
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 -> { }
}
}
}