wrapp-archive / WebImage-Android

Asynchronous image loading library for Android
MIT License
41 stars 5 forks source link

Should use package name from Context if not provided #7

Closed nikreiman closed 12 years ago

nikreiman commented 12 years ago

Rather than using WebImage's package name if none is provided, the library should always use the application's package name given by a Context object.

nikreiman commented 12 years ago

Fixed in edc6132.