[optimize] Optimize UI performance
This commit is contained in:
@@ -69,6 +69,11 @@ object ApiClient {
|
||||
}
|
||||
}
|
||||
|
||||
fun createOkHttp(): OkHttpClient
|
||||
{
|
||||
return createOkHttpClientWithDynamicCert(loadCertificateFromString(cert))
|
||||
}
|
||||
|
||||
private fun createRetrofit(): Retrofit {
|
||||
val okHttpClient = createOkHttpClientWithDynamicCert(loadCertificateFromString(cert))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user