You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably a duplicate of #3160, which was fixed in r2.5.2. If it's not a duplicate, please provide all of the information requested in the issue template, since there's insufficient information here for us to help.
In my case I use the two exoplayer.
So I need to pause & hide the first one.
So I try to setVisiblity(gone) for first player.
mExoPlayer.setVisibility(View.GONE); // NOT working
How to set visibility for ExoPlayer?
The text was updated successfully, but these errors were encountered: