This commit is contained in:
kunfei
2023-02-16 09:04:22 +08:00
parent 9fa726d2b5
commit 598186b54c
2 changed files with 3 additions and 1 deletions
@@ -71,7 +71,8 @@ val okHttpClient: OkHttpClient by lazy {
if (!AppConst.isPlayChannel && AppConfig.isCronet) {
if (Cronet.loader?.install() == true) {
Cronet.interceptor?.let {
builder.addInterceptor(it)
//崩溃
//builder.addInterceptor(it)
}
}
}