SeriesGuide
SeriesGuide copied to clipboard
Picasso custom RequestHandler network policy is forced to OFFLINE
Picasso BitmapHunter forces the network policy to OFFLINE due to custom RequestHandler implementations being restricted to a retry-count of 0. https://github.com/square/picasso/issues/2038
Workaround is to recompute and overwrite it in SgPicassoRequestHandler. 68d8d31
- [ ] Check Picasso updates, then adapt or remove the workaround.