修复图片不能保存的问题
This commit is contained in:
@ -364,6 +364,8 @@ public class ViewImageActivity extends BaseActivity implements OnPageChangeListe
|
||||
targetUrl = url;
|
||||
} else if (mImagePipeline.isInBitmapMemoryCache(ImageRequest.fromUri(limitUrl))) {
|
||||
targetUrl = limitUrl;
|
||||
} else {
|
||||
targetUrl = url;
|
||||
}
|
||||
|
||||
if (TextUtils.isEmpty(targetUrl)) return;
|
||||
|
||||
Reference in New Issue
Block a user