thest1 / LazyList

Lazy load of images in Android
http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012
MIT License
1.2k stars 497 forks source link

Argument is needless? #3

Closed almozavr closed 12 years ago

almozavr commented 12 years ago

Thanks for your code — it's a pure beauty!

I just wonder if method

has a needless argument activity which is passed to queuePhoto and never used there at all.

thest1 commented 12 years ago

You're absolutely right, thanks for that. I've commited a fix https://github.com/thest1/LazyList/commit/fe1baee74473f234e51d613d0bd103c3f0e161c7 .

2011/11/17 Aleksey Malevaniy < reply@reply.github.com

Thanks for your code — it's a pure beauty!

I just wonder if method

imageView)

has a needless argument activity which is passed to queuePhoto and never used there at all.


Reply to this email directly or view it on GitHub: https://github.com/thest1/LazyList/issues/3