AppLovin / AppLovin-MAX-SDK-Android

Other
233 stars 104 forks source link

refactor/set_listeners_to_null_instead_of_destroying_adviews #687

Closed applovinAsh closed 4 months ago

applovinAsh commented 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.