fixed: 修复登录登出闪退
This commit is contained in:
@ -38,6 +38,8 @@ import java.io.File
|
||||
|
||||
@Route(path = RouteConsts.provider.vaCore, name = "VA暴露服务")
|
||||
class Va : IVa {
|
||||
override fun isFakeVa(): Boolean = false
|
||||
|
||||
override fun installPackage(path: String?): VaInstallResult {
|
||||
if (path.isNullOrEmpty()) {
|
||||
return VaInstallResult(
|
||||
|
||||
Reference in New Issue
Block a user