SeriesGuide icon indicating copy to clipboard operation
SeriesGuide copied to clipboard

Picasso custom RequestHandler network policy is forced to OFFLINE

Open UweTrottmann opened this issue 6 years ago • 0 comments

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.

UweTrottmann avatar Dec 14 '18 08:12 UweTrottmann