Tubitv / TubiPlayer

A media streaming video player based on ExoPlayer from google, with convenience methods for ad supported content
MIT License
95 stars 25 forks source link

Visibility being returned in the listner callback was the visibility … #53

Closed sdobek closed 6 years ago

sdobek commented 6 years ago

…of the entire view, not just the controls. Updated to reflect this.

The visibility passed in is now matching the visibility change from the controller panel. This will allow for accurate alterations made by those who intercept the callback, with different results for different visibility states.