fix bug of init twice
This commit is contained in:
@@ -21,8 +21,8 @@ object CallerDevaToolsManager {
|
||||
MogoServicePaths.PATH_DEVA_TOOLS
|
||||
)
|
||||
|
||||
fun init(context: Context) {
|
||||
devaToolsProviderApi?.init(context)
|
||||
fun init() {
|
||||
devaToolsProviderApi?.initBiz()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user