Loading packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/VolumeSlider.kt +1 −3 Original line number Diff line number Diff line Loading @@ -68,9 +68,7 @@ fun VolumeSlider( state.a11yClickDescription?.let { customActions = listOf( CustomAccessibilityAction( it, ) { CustomAccessibilityAction(it) { onIconTapped() true } Loading packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/slider/ui/viewmodel/AudioStreamSliderViewModel.kt +12 −8 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ constructor( isEnabled = isEnabled, a11yStep = volumeRange.step, a11yClickDescription = if (isAffectedByMute) { context.getString( if (isMuted) { R.string.volume_panel_hint_unmute Loading @@ -153,7 +154,10 @@ constructor( R.string.volume_panel_hint_mute }, label, ), ) } else { null }, a11yStateDescription = if (volume == volumeRange.first) { context.getString( Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/VolumeSlider.kt +1 −3 Original line number Diff line number Diff line Loading @@ -68,9 +68,7 @@ fun VolumeSlider( state.a11yClickDescription?.let { customActions = listOf( CustomAccessibilityAction( it, ) { CustomAccessibilityAction(it) { onIconTapped() true } Loading
packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/slider/ui/viewmodel/AudioStreamSliderViewModel.kt +12 −8 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ constructor( isEnabled = isEnabled, a11yStep = volumeRange.step, a11yClickDescription = if (isAffectedByMute) { context.getString( if (isMuted) { R.string.volume_panel_hint_unmute Loading @@ -153,7 +154,10 @@ constructor( R.string.volume_panel_hint_mute }, label, ), ) } else { null }, a11yStateDescription = if (volume == volumeRange.first) { context.getString( Loading