package h3;

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

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

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

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

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

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

    public /* synthetic */ B1(J4.e eVar, MutableState mutableState, MutableState mutableState2, int i6) {
        this.f16684a = i6;
        this.f16685b = eVar;
        this.f16686c = mutableState;
        this.f16687d = mutableState2;
    }

    /* JADX WARN: Multi-variable type inference failed */
    @Override // J4.c
    public final Object invoke(Object obj) {
        InterfaceC0458i0 KeyboardActions = (InterfaceC0458i0) obj;
        switch (this.f16684a) {
            case 0:
                kotlin.jvm.internal.o.h(KeyboardActions, "$this$KeyboardActions");
                this.f16685b.invoke((String) this.f16686c.getValue(), (String) this.f16687d.getValue());
                break;
            default:
                kotlin.jvm.internal.o.h(KeyboardActions, "$this$KeyboardActions");
                this.f16685b.invoke((String) this.f16686c.getValue(), (String) this.f16687d.getValue());
                break;
        }
        return C3137A.f25453a;
    }
}
