feat: 修复用户没有下载新的畅玩游戏,插件更新没有触发的问题。 https://jira.shanqu.cc/browse/GHZSCY-7642

This commit is contained in:
yangfei
2025-03-27 16:08:26 +08:00
parent f81055ae7f
commit 082d3297f7

View File

@ -1460,6 +1460,8 @@ object VHelper {
}
}
}
// 启动游戏时也执行下载插件逻辑,修复用户没有下载新的畅玩游戏,插件更新没有触发的问题。
initVaPlugin(gameId)
} catch (e: Exception) {
ToastUtils.toast(e.localizedMessage ?: "")
}