package okhttp3.internal.cache;

import J4.c;
import java.io.IOException;
import kotlin.jvm.internal.o;
import kotlin.jvm.internal.p;
import okhttp3.internal.cache.DiskLruCache;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
final class DiskLruCache$Editor$newSink$1$1 extends p implements c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ DiskLruCache f22238a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ DiskLruCache.Editor f22239b;

    /* 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.f22238a = diskLruCache;
        this.f22239b = editor;
    }

    @Override // J4.c
    public final Object invoke(Object obj) {
        IOException it = (IOException) obj;
        o.h(it, "it");
        DiskLruCache diskLruCache = this.f22238a;
        DiskLruCache.Editor editor = this.f22239b;
        synchronized (diskLruCache) {
            editor.c();
        }
        return C3137A.f25453a;
    }
}
