Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4561bc6 authored by Anton Potapov's avatar Anton Potapov
Browse files

Display 0..100 volume value

Flag: aconfig new_volume_panel TEAMFOOD
Test: manual on the phone
Bug: 329640818
Change-Id: Idd47e3b5e3470f4d835e2a2692daf7666a5e6c82
parent 139426f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(