-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlaybackControlView leaks itself and anything it refers to (including the player instance) #1908
Labels
Comments
Closed
Notes:
|
ojw28
added a commit
that referenced
this issue
Oct 11, 2016
- Make sure no events are posted on PlaybackControlView if it's not attached to a window. This can cause leaks. The target hide time is recorded if necessary and processed when the view is re-attached. - Deduplicated PlaybackControlView.VisibilityListener invocations. - Fixed timeouts to be more intuitive (I think). - Fixed initial visibility of PlaybackControlView when used as part of SimpleExoPlayerView. - Made some more attributes configurable from layout xml. Issue: #1908 Issue: #1919 Issue: #1923 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135679988
Thank you for fixing this issue! When do you plan to release this version? |
Would be awesome to see a new release soon! :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is demonstrated by the app here:
https://github.com/PerkmannM/Demo-ExoPlayer
The text was updated successfully, but these errors were encountered: