fix: 主进程远程调用失败时闪退,这里需要catch异常,不能影响光环闪退
This commit is contained in:
@ -1413,7 +1413,10 @@ object VHelper {
|
||||
if (isLegacyGame) {
|
||||
VirtualAppManager.get().launchGame(packageName)
|
||||
} else {
|
||||
va.launchApp(packageName)
|
||||
try {
|
||||
va.launchApp(packageName)
|
||||
} catch (ignore: Exception) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user