Skip to content

player : Fix slider updates when changing volume with gesture

It seems that on particular devices or operations system versions, the MPVolumeView has to be in the view hierarchy to be able to update the device's volume. This MR is an attempt to address that. There is also a small tweak to optimise brightness and volume gestures by fetching device's values only when gesture begins

Merge request reports