fix bug of init twice

This commit is contained in:
zhongchao
2022-09-15 22:16:41 +08:00
parent 74c7bc3fe2
commit f26bd7aea5
6 changed files with 22 additions and 21 deletions

View File

@@ -21,8 +21,8 @@ object CallerDevaToolsManager {
MogoServicePaths.PATH_DEVA_TOOLS
)
fun init(context: Context) {
devaToolsProviderApi?.init(context)
fun init() {
devaToolsProviderApi?.initBiz()
}
/**