commit | 23e757be85a40b205b080cfe5a8b2262c3d1ace9 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jan 10 00:23:56 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jan 10 00:23:56 2023 +0000 |
tree | 12314d73878bd018f3edaa02a0e406fbe4a1be11 | |
parent | aab1821020a5cf64b3603fb3787746b65ce24a3a [diff] | |
parent | 7c3d4069aa81a8484134abbfe38215b52deb3048 [diff] |
Snap for 9470583 from 7c3d4069aa81a8484134abbfe38215b52deb3048 to tm-qpr3-release Change-Id: I588188127f3e43e149c4907d59368a8e0f5ba536
diff --git a/src/com/android/deskclock/alarms/AlarmActivity.kt b/src/com/android/deskclock/alarms/AlarmActivity.kt index a4caf1a..8d9535d 100644 --- a/src/com/android/deskclock/alarms/AlarmActivity.kt +++ b/src/com/android/deskclock/alarms/AlarmActivity.kt
@@ -283,6 +283,7 @@ } AlarmVolumeButtonBehavior.NOTHING -> { } + null -> { } } } }
diff --git a/src/com/android/deskclock/timer/TimerItem.kt b/src/com/android/deskclock/timer/TimerItem.kt index 9cdcca4..a0573cf 100644 --- a/src/com/android/deskclock/timer/TimerItem.kt +++ b/src/com/android/deskclock/timer/TimerItem.kt
@@ -138,6 +138,7 @@ mTimerText.isActivated = true mTimerText.importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_NO } + null -> { } } } }