修复插件化弹窗闪退的问题
This commit is contained in:
@ -508,7 +508,7 @@ public class PlatformAdapter extends BaseRecyclerAdapter<PlatformViewHolder> {
|
||||
|
||||
if (downloadEntity == null) return;
|
||||
|
||||
String path = mEntryMap.get(downloadEntity).getPath();
|
||||
String path = downloadEntity.getPath();
|
||||
if (FileUtils.isEmptyFile(path)) {
|
||||
Utils.toast(mContext, R.string.install_failure_hint);
|
||||
mEntryMap.remove(apkEntity.getUrl());
|
||||
|
||||
Reference in New Issue
Block a user