fix: 修复畅玩配置加载失败触发的闪退问题
This commit is contained in:
@ -644,10 +644,11 @@ object VHelper {
|
||||
|
||||
if (vaConfig == null) {
|
||||
ToastUtils.toast("畅玩空间暂未上线")
|
||||
return true
|
||||
}
|
||||
|
||||
// TODO 检测 32 位
|
||||
if (!PackageUtils.isInstalled(context, vaConfig!!.arch64?.packageName)) {
|
||||
if (!PackageUtils.isInstalled(context, vaConfig.arch64?.packageName)) {
|
||||
VSpaceDialogFragment.showDownloadDialog(context, getVSpaceDownloadEntity(false))
|
||||
Utils.log(LOG_TAG, "显示下载畅玩空间弹窗")
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user