package h3;

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

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

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

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

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

    public /* synthetic */ J1(J4.c cVar, MutableState mutableState, int i6) {
        this.f16963a = i6;
        this.f16964b = cVar;
        this.f16965c = mutableState;
    }

    @Override // J4.a
    public final Object invoke() {
        C3137A c3137a = C3137A.f25453a;
        J4.c cVar = this.f16964b;
        MutableState mutableState = this.f16965c;
        switch (this.f16963a) {
            case 0:
                cVar.invoke((String) mutableState.getValue());
                break;
            default:
                w4.p pVar = Z1.f17674a;
                cVar.invoke((String) mutableState.getValue());
                break;
        }
        return c3137a;
    }
}
