mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Bad copy paste in comment
This commit is contained in:
parent
514c4234f2
commit
0abeb3306e
@ -257,7 +257,7 @@ internal abstract class SessionModule {
|
||||
return okHttpClient
|
||||
.newBuilder()
|
||||
.apply {
|
||||
// Remove the previous CurlLoggingInterceptor, to add it after the accessTokenInterceptor
|
||||
// Remove the previous CurlLoggingInterceptor, to add it after the downloadProgressInterceptor
|
||||
val existingCurlInterceptors = interceptors().filterIsInstance<CurlLoggingInterceptor>()
|
||||
interceptors().removeAll(existingCurlInterceptors)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user