package okhttp3.internal.cache; import java.io.IOException; import o.AbstractC14961gcz; import o.C14866gag; import o.C14957gcv; import o.InterfaceC14894gbR; import okhttp3.internal.cache.DiskLruCache; /* JADX INFO: Access modifiers changed from: package-private */ /* loaded from: classes.dex */ public final class DiskLruCache$Editor$newSink$1$1 extends AbstractC14961gcz implements InterfaceC14894gbR { final DiskLruCache this$0; final DiskLruCache.Editor this$1; @Override // o.InterfaceC14894gbR public final /* bridge */ /* synthetic */ C14866gag invoke(IOException iOException) { invoke2(iOException); return C14866gag.c; } /* renamed from: invoke, reason: avoid collision after fix types in other method */ public final void invoke2(IOException iOException) { C14957gcv.e(iOException, ""); DiskLruCache diskLruCache = this.this$0; DiskLruCache.Editor editor = this.this$1; synchronized (diskLruCache) { editor.detach$okhttp(); C14866gag c14866gag = C14866gag.c; } } /* JADX INFO: Access modifiers changed from: package-private */ /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public DiskLruCache$Editor$newSink$1$1(DiskLruCache diskLruCache, DiskLruCache.Editor editor) { super(1); this.this$0 = diskLruCache; this.this$1 = editor; } }