代码整理
This commit is contained in:
@ -358,7 +358,7 @@ public class ViewImageActivity extends BaseActivity implements OnPageChangeListe
|
||||
String key = urls.get(viewimage_vp_show.getCurrentItem());
|
||||
String hdKey = "http://image.ghzhushou.com/pic/hq" + key.substring(key.lastIndexOf("/"));
|
||||
ImagePipeline imagePipeline = Fresco.getImagePipeline();
|
||||
String curUrl = null;
|
||||
String curUrl;
|
||||
|
||||
if (imagePipeline.isInBitmapMemoryCache(Uri.parse(hdKey))) {
|
||||
curUrl = hdKey;
|
||||
|
||||
Reference in New Issue
Block a user