【发布时间】:2019-10-19 01:05:16
【问题描述】:
当手机离线使用 com.squareup.okhttp3 加载的每张图片中,我都会得到一个 dogear
从 firebase 加载的图像是正确的图像,但上面有一些 eardog...
实现'com.squareup.okhttp3:okhttp:4.0.0-alpha02'
ImageView UserPostParty = (ImageView) mView.findViewById(R.id.image_view); Picasso.get().load(party).fit().into(UserPostParty);
【问题讨论】: