Loading packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/VolumeSlider.kt +2 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,8 @@ fun VolumeSlider( modifier = modifier.clearAndSetSemantics { if (!state.isEnabled) disabled() contentDescription = state.label contentDescription = state.disabledMessage?.let { "${state.label}, $it" } ?: state.label // provide a not animated value to the a11y because it fails to announce the // settled value when it changes rapidly. Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/VolumeSlider.kt +2 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,8 @@ fun VolumeSlider( modifier = modifier.clearAndSetSemantics { if (!state.isEnabled) disabled() contentDescription = state.label contentDescription = state.disabledMessage?.let { "${state.label}, $it" } ?: state.label // provide a not animated value to the a11y because it fails to announce the // settled value when it changes rapidly. Loading