Loading packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/VolumeSlider.kt +3 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,9 @@ fun VolumeSlider( // provide a not animated value to the a11y because it fails to announce the // settled value when it changes rapidly. if (state.isEnabled) { progressBarRangeInfo = ProgressBarRangeInfo(state.value, state.valueRange) } setProgress { targetValue -> val targetDirection = when { Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/VolumeSlider.kt +3 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,9 @@ fun VolumeSlider( // provide a not animated value to the a11y because it fails to announce the // settled value when it changes rapidly. if (state.isEnabled) { progressBarRangeInfo = ProgressBarRangeInfo(state.value, state.valueRange) } setProgress { targetValue -> val targetDirection = when { Loading