我使用com.squareup.okhttp3在手机离线时加载的每个图像中都有一个dogear
从firebase加载的图像是正确的图像,但它上面有一些耳狗...
实现'com.squareup.okhttp3:okhttp:4.0.0-alpha02‘
Picasso.get().load(party).fit().into(UserPostParty);;ImageView UserPostParty = (ImageView) mView.findViewById(R.id.image_view);

发布于 2019-06-03 21:27:27
.setIndicatorsEnabled(false);应设置!
https://stackoverflow.com/questions/56427982
复制相似问题