登录无网络处理
This commit is contained in:
kehaoyuan
2017-11-08 18:31:38 +08:00
parent b57ef6c3b4
commit adabe3a227
14 changed files with 70 additions and 80 deletions

View File

@ -231,7 +231,7 @@ public class DownloadDialog implements OnCollectionCallBackListener {
String platform = apkEntity.getPlatform();
int id = PlatformUtils.getInstance(mContext).getPlatformPic(platform);
if (id == 0) {
String path = PlatformUtils.getInstance(mContext).getPlatformPicPath(platform);
String path = PlatformUtils.getInstance(mContext).getPlatformPicUrl(platform);
if (path == null) {
apkEntity.setOrder(0);
}