OSDN Git Service

Eleven: Fix a slight regression with the blur image loading too often
authorlinus_lee <llee@cyngn.com>
Mon, 3 Nov 2014 20:02:24 +0000 (12:02 -0800)
committerlinus_lee <llee@cyngn.com>
Thu, 20 Nov 2014 20:51:36 +0000 (12:51 -0800)
commit16628a141c843081e032e68b0b5fbbc482f6049f
tree483e9cc78c3d5fda261d92c94c532f4a0b23b3b4
parent23ec47c84be2de2f09c5e51c99d1e36b77ea1318
Eleven: Fix a slight regression with the blur image loading too often

Not exactly a regression, but some code cleanup that removed duplicate logic exposed this issue
Basically when a worker task completes, it is possible the AsyncTaskContainer will not have a
reference to it anymore, so store the key separately in case

https://cyanogen.atlassian.net/browse/MUSIC-180

Change-Id: I0757133f18758901fee00e3210472b2c1a206ab8
src/com/cyngn/eleven/cache/ImageWorker.java