nixzhu / Navi

Focus on avatar caching.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wakeAvatar方法中调用localOriginalImage方法时机

xylxi opened this issue · comments

commented

1、在localOriginalImage方法的调用不应该是在localStyledImage之后吗?为什么是在添加sharedInstance.requestPool.addRequest(request)之后,
2、既然在sharedInstance.requestPool.addRequest(request)之后调用localOriginalImage,为什么不在获取image后,执行removeRequest(request)方法,删除请求呢
image