package defpackage;

import android.os.CancellationSignal;
import kotlin.Metadata;

/* JADX INFO: renamed from: kk1, reason: from Kotlin metadata and case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
@Metadata(d1 = {"\u0000\u0010\n\u0000\n\u0002\u0010\u0003\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\u0010\u0006\u001a\u00020\u0003\"\u0004\b\u0000\u0010\u00002\b\u0010\u0002\u001a\u0004\u0018\u00010\u0001H\n¢\u0006\u0004\b\u0004\u0010\u0005"}, d2 = {"R", "", "it", "Le6a;", "invoke", "(Ljava/lang/Throwable;)V", "<anonymous>"}, k = 3, mv = {1, 8, 0})
final class C0598kk1 extends u55 implements sq3<Throwable, e6a> {
    public final /* synthetic */ CancellationSignal a;
    public final /* synthetic */ fx4 b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C0598kk1(CancellationSignal cancellationSignal, fx4 fx4Var) {
        super(1);
        this.a = cancellationSignal;
        this.b = fx4Var;
    }

    @Override // defpackage.sq3
    public final Object invoke(Object obj) {
        this.a.cancel();
        ((rx4) this.b).h(null);
        return e6a.a;
    }
}
