实人认证SDK升级,移除在XChatApplication初始化逻辑

This commit is contained in:
huangjian
2022-08-09 11:55:47 +08:00
parent 3c3419a0ec
commit e93f073a87
10 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@@ -304,8 +304,6 @@ public class XChatApplication extends Application {
UMConfigure.setEncryptEnabled(true);
// 集成测试
UMConfigure.setLogEnabled(BuildConfig.DEBUG);
//实人认证
new Thread(() -> RPVerify.init(context)).start();
}
LogUtils.d("init time = " + (System.currentTimeMillis() - startTime) + "ms");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB