Laixer / Swabbr-Android

Swabbr Android application
2 stars 0 forks source link

Fix memory leaks #159

Closed tabeckers closed 3 years ago

tabeckers commented 3 years ago

Should we dispose our adapters? Check docs and LeakCanary to find the answer to this question, then implement.

Other leaking instances should be disposed / nulled as well.

tabeckers commented 3 years ago

Yes, we should dispose our adapters. They create memory leaks if we don't.