fix: don't hide controls when scrolling volume

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
edde746
2026-01-18 10:57:18 +01:00
committed by GitHub
co-authored by Copilot
parent 9422979f3a
commit aa60ab4412
@@ -211,6 +211,7 @@ class _VolumeControlState extends State<VolumeControl> {
// Scroll up (negative delta) = increase volume, scroll down = decrease
final volumeChange = -delta / 20; // Adjust sensitivity (higher = less sensitive)
_adjustVolume(volumeChange);
widget.onFocusActivity?.call();
}
},
child: SizedBox(