Skip to content
Snippets Groups Projects

VLCPlaybackService: Remove redundant observer for "remainingTime"

Merged Avi Wadhwa requested to merge aviwad/vlc-ios:redundantPlaybackObserver into master

We are already observing changes in "time" property, and both properties change together. Doesn't make sense to run the KVO Observer method for both properties at the same time every second, when only tracking time is enough for the UI update every second.

There is no behaviour change in the application post-removal of this observer. At least none that I have noticed.

Merge request reports

Loading
Loading

Activity

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