Skip to content

fix broadcast intent not sent with "playing" false, after VideoActivity closed

popy popy requested to merge popy/vlc-android:video_playing_broacast into master

Description

fixes an issue that no broadcast intent is sent (with "playing" false), after VideoActivity was closed. because when plying an m3u8 or similar, some infos are broadcasting incl. "playing" true. Any other app which checks the "playing" extra get's confused, because it's not reset.

Motivation and Context

see above

How Has This Been Tested?

This does not affect other part's of the code because it just sends the broadcast more often with correct values.

Screenshots / GIFs (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which cleans up / improves existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING section of the README document.

Resolves

Merge request reports