首页UI修改:推荐和派对tab

This commit is contained in:
huangjian
2021-12-01 21:06:55 +08:00
parent 02b2e6b782
commit 22b835b262
71 changed files with 1671 additions and 373 deletions

View File

@@ -145,7 +145,7 @@ public final class HttpLoggingInterceptor implements Interceptor {
return level;
}
@Override public synchronized Response intercept(Chain chain) throws IOException {
@Override public Response intercept(Chain chain) throws IOException {
Level level = this.level;
Request request = chain.request();