First time error loading picture with Picasso

前端 未结 1 1810
闹比i
闹比i 2020-12-17 06:46

I have an Activity with an ImagePagerAdapter (extends of FragmentStatePagerAdapter) that has this getItem method:

相关标签:
1条回答
  • 2020-12-17 07:31

    The problem was solved in the Picasso 2.3.0.

    The fix is in the Picasso changelog:

    Requests will now be automatically replayed if they failed due to network errors.

    I hope this save you many hours.

    0 讨论(0)
提交回复
热议问题