kloin / ICEMANv0.5

First closed beta release of breadcrumbs
1 stars 1 forks source link

Going back before the image/video is loaded causes a memory leak #137

Open kloin opened 8 years ago

kloin commented 8 years ago

This happens because the async task is trying to set the view when it returns to the main thread. Need to make sure that we cancel any running asyncs and clean up resources.

kloin commented 8 years ago

Fixed picasso image loading. Still need to check video.