We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e54f4 commit e1c3997Copy full SHA for e1c3997
app/src/main/java/ir/textmining/app/util/RetrofitUtil.java
@@ -27,7 +27,7 @@ private static OkHttpClient getHeader(final String authorizationValue) {
27
interceptor.setLevel(HttpLoggingInterceptor.Level.BODY);
28
//end interceptor
29
return new OkHttpClient.Builder()
30
- .addInterceptor(interceptor)
+ //.addInterceptor(interceptor)
31
.addNetworkInterceptor(
32
new Interceptor() {
33
@Override
0 commit comments