Audio Player: Hide system volume indicator, show VLC Volume indicator on volume change
All threads resolved!
Brings Audio player behaviour on par with Video player in terms of volume control. Volume change from physical buttons are now handled by the VLC component rather than the system volume bar. Volume change through the gesture is solely handled by the VLC component (the system volume bar is set to an alpha of ~0)
Before merge request:
After merge request:
Merge request reports
Activity
Filter activity
- Automatically resolved by Avi Wadhwa
I would put the code for the
viewDidLoad
method in the Init section of the file, thehideSystemVolumeInfo
andsetupObservers
in the Private methods section and theobserveValue
in the Public methods section.Otherwise, it LGTM!
Edited by Diogo Simao Marquesadded Maintenance Player labels
changed milestone to %3.4.6
added 1 commit
- 010651d5 - Audio Player: Hide system volume indicator, show VLC Volume indicator on volume change
Please register or sign in to reply