ericberman / MyFlightbookAndroid

Android client app for MyFlightbook.com
http://myflightbook.com
GNU General Public License v3.0
21 stars 8 forks source link

Can we fix the static field leaks (context) in asynctask? #68

Closed ericberman closed 6 years ago

ericberman commented 6 years ago

https://stackoverflow.com/questions/44309241/warning-this-asynctask-class-should-be-static-or-leaks-might-occur?rq=1 has a way to (correctly?) hold on to a weak reference.