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
{{ message }}
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
I first used Casty.configure("id") at my Application file
at MainActivity, I initialized casty -> var casty: Casty? = null
then casty = Casty.create(this).withMiniController()
and for the toolbar, I used
override fun onCreateOptionsMenu(menu: Menu?): Boolean {
casty?.addMediaRouteMenuItem(menu!!)
return super.onCreateOptionsMenu(menu)
}
Similarly, I used the same initialization and code for the Post Activity (which is leaking) even without casting any video
here is my Leak Canary:
Hey,
Great library, made life easier for me.
but, it has a memory leak when I use Casty.create(this).withMiniController() in my activity
unless I'm implementing the code wrongly?
The text was updated successfully, but these errors were encountered: