Adam Barth 3905b95985 NetworkImage occasionally does not grab the image
I haven't been able to reproduce this bug consistently, but my theory is that
the ImageDecoder was being garbage collected before it called its completion
callback. This patch prevents that by keeping a reference to the image decoder
while the callback is in flight.

Fixes #801
2015-10-06 10:37:55 -07:00
..
2015-09-17 16:00:28 -07:00
2015-10-02 23:12:03 -07:00
2015-09-30 15:22:04 -07:00
2015-10-05 16:41:50 -07:00