eneim / toro

Video list auto playback made simple, specially built for RecyclerView
Apache License 2.0
1.42k stars 253 forks source link

Service Leak Connection for youtube list #49

Open Saket89 opened 8 years ago

Saket89 commented 8 years ago

Logcat : - Activity demovideolist.com.demovideolist.MainActivity has leaked ServiceConnection com.google.android.youtube.player.internal.r$e@16ecdbfe that was originally bound here android.app.ServiceConnectionLeaked: Activity demovideolist.com.demovideolist.MainActivity has leaked ServiceConnection com.google.android.youtube.player.internal.r$e@16ecdbfe that was originally bound here

Im gettting the above error while pressing the back button

eneim commented 8 years ago

I see that too, and wondering if Youtube won't release its resource from its Fragment. I'll try to release it myself, please wait.