Skip to content
Snippets Groups Projects

Change property name (Fix KVO notification)

Closed Jeremy Marchand requested to merge jeremy.marchand/VLCKit:master into master

I encounter an issue with the property isMuted on VLCAudio. This property wasn't observable by KVO. The custom setter setMute: was not sending KVO message for the property isMuted change but for a property named mute that doesn't exist.

I renamed the property muted and define only a custom getter isMuted.

Merge request reports

Checking pipeline status.

Closed by avatar (Feb 17, 2025 4:57am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading