Loading packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/VolumeSlider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ fun VolumeSlider( enabled = state.isEnabled, icon = { isDragging -> if (isDragging) { Text(text = value.toInt().toString(), color = LocalContentColor.current) Text(text = state.valueText, color = LocalContentColor.current) } else { state.icon?.let { IconButton( Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/VolumeSlider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ fun VolumeSlider( enabled = state.isEnabled, icon = { isDragging -> if (isDragging) { Text(text = value.toInt().toString(), color = LocalContentColor.current) Text(text = state.valueText, color = LocalContentColor.current) } else { state.icon?.let { IconButton( Loading