package h3;

import androidx.compose.runtime.MutableState;
import w4.C3137A;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class A1 implements J4.a {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ J4.e f16660b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ MutableState f16661c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ MutableState f16662d;

    public /* synthetic */ A1(J4.e eVar, MutableState mutableState, MutableState mutableState2, int i6) {
        this.f16659a = i6;
        this.f16660b = eVar;
        this.f16661c = mutableState;
        this.f16662d = mutableState2;
    }

    /* JADX WARN: Multi-variable type inference failed */
    @Override // J4.a
    public final Object invoke() {
        switch (this.f16659a) {
            case 0:
                this.f16660b.invoke((String) this.f16661c.getValue(), (String) this.f16662d.getValue());
                break;
            default:
                this.f16660b.invoke((String) this.f16661c.getValue(), (String) this.f16662d.getValue());
                break;
        }
        return C3137A.f25453a;
    }
}
