-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Steps to reproduce (it's hard and not always reproducible):
- disableSystemVolumeHandler = true
- with a delay about 1-2 seconds click "up" -> "down" -> "up" -> "down" -> ...
- On some time, pressing on the up/down button won't result in firing blocks, In code inside "public override func observeValue(...)" we are getting into the next If block:
if disableSystemVolumeHandler && newVolume == Float(initialVolume) {
// Resetting volume, skip blocks
we are here!
return
} else { ...
but in fact button press was detected and newVolume != oldValue
Metadata
Metadata
Assignees
Labels
No labels