Closed applovinAsh closed 4 months ago
Should just set the listeners to null instead of calling destroy(). I tested both the Kotlin and Java demo apps, and the memory leak is still gone with this code change.
null
destroy()
Should just set the listeners to
null
instead of callingdestroy()
. I tested both the Kotlin and Java demo apps, and the memory leak is still gone with this code change.