AdevintaSpain / Leku

:earth_africa: Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
https://adevintaspain.github.io/Leku/
Apache License 2.0
763 stars 170 forks source link

fix: force null custom adapter and data source to avoid memory leak #366

Closed romadespub closed 1 year ago

romadespub commented 1 year ago

ISSUE

Memory leak with custom adapter and custom data source due to its static behaviour

Description

Force null dependencies on activity destroy to avoid memory leaks.

Screenshots

Before After

Mandatory GIF

mandatory

romadespub commented 1 year ago

Needs to be improved!