package defpackage;

import kotlinx.coroutines.flow.internal.AbortFlowException;

/* JADX INFO: renamed from: ᵩʾ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3796 implements InterfaceC4965 {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final /* synthetic */ int f14413;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final /* synthetic */ C2761 f14414;

    public /* synthetic */ C3796(int i, C2761 c2761) {
        this.f14413 = i;
        this.f14414 = c2761;
    }

    @Override // defpackage.InterfaceC4965
    /* JADX INFO: renamed from: ᵶᵥᵝ */
    public final Object mo1378(Object obj, InterfaceC2643 interfaceC2643) {
        int i = this.f14413;
        C2761 c2761 = this.f14414;
        switch (i) {
            case 0:
                c2761.f10617 = obj;
                throw new AbortFlowException(this);
            default:
                c2761.f10617 = obj;
                throw new AbortFlowException(this);
        }
    }
}
