FFImageLoading 1.1.1
RecyclerView
This minor release solves an issue when FFImageLoading is used with RecyclerView. #17
RecyclerView detaches cells and can reuse them without calling OnBindViewHolder() due to that we should not cancel request neither nullify drawable if ImageView is detached.
Related commit is f806962?w=1
Minor improvements
- Placeholders are retrieved from memory cache when possible
- Loading an image from a captive network throws now an exception within ModernHttpClient. This is useful otherwise cached data could be wrong