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
In PlayerActivity.releasePlayer(), inside player?.run block playWhenReady is assigning wrong:
// Inside run block 'this' refer to player and current context is also player
// so we can use:
// [email protected] = playWhenReady
// instead of below line.
**playWhenReady = this.playWhenReady**
The text was updated successfully, but these errors were encountered:
masoomyf
changed the title
Assigning playWhenReady wrongly in codelab-001
Assigning playWhenReady wrongly in codelab-00
Nov 14, 2021
In PlayerActivity.releasePlayer(), inside player?.run block playWhenReady is assigning wrong:
The text was updated successfully, but these errors were encountered: