package com.revenuecat.purchases.ui.revenuecatui.customercenter.views;

import J4.a;
import androidx.compose.runtime.MutableState;
import com.revenuecat.purchases.ui.revenuecatui.customercenter.data.CreateSupportTicketData;
import kotlin.jvm.internal.p;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class CreateSupportTicketViewKt$CreateSupportTicketView$1$4$1 extends p implements a {
    final /* synthetic */ CreateSupportTicketData $data;
    final /* synthetic */ MutableState<String> $description$delegate;
    final /* synthetic */ MutableState<String> $email$delegate;
    final /* synthetic */ MutableState<Boolean> $hasError$delegate;
    final /* synthetic */ MutableState<Boolean> $isSubmitting$delegate;

    /* JADX INFO: renamed from: com.revenuecat.purchases.ui.revenuecatui.customercenter.views.CreateSupportTicketViewKt$CreateSupportTicketView$1$4$1$1, reason: invalid class name */
    public static final class AnonymousClass1 extends p implements a {
        public static final AnonymousClass1 INSTANCE = new AnonymousClass1();

        public AnonymousClass1() {
            super(0);
        }

        /* JADX INFO: renamed from: invoke, reason: collision with other method in class */
        public final void m982invoke() {
        }

        @Override // J4.a
        public /* bridge */ /* synthetic */ Object invoke() {
            m982invoke();
            return C3137A.f25453a;
        }
    }

    /* JADX INFO: renamed from: com.revenuecat.purchases.ui.revenuecatui.customercenter.views.CreateSupportTicketViewKt$CreateSupportTicketView$1$4$1$2, reason: invalid class name */
    public static final class AnonymousClass2 extends p implements a {
        final /* synthetic */ MutableState<Boolean> $hasError$delegate;
        final /* synthetic */ MutableState<Boolean> $isSubmitting$delegate;

        /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
        public AnonymousClass2(MutableState<Boolean> mutableState, MutableState<Boolean> mutableState2) {
            super(0);
            this.$isSubmitting$delegate = mutableState;
            this.$hasError$delegate = mutableState2;
        }

        @Override // J4.a
        public /* bridge */ /* synthetic */ Object invoke() {
            m983invoke();
            return C3137A.f25453a;
        }

        /* JADX INFO: renamed from: invoke, reason: collision with other method in class */
        public final void m983invoke() {
            CreateSupportTicketViewKt.CreateSupportTicketView$lambda$11(this.$isSubmitting$delegate, false);
            CreateSupportTicketViewKt.CreateSupportTicketView$lambda$13(this.$hasError$delegate, true);
        }
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public CreateSupportTicketViewKt$CreateSupportTicketView$1$4$1(CreateSupportTicketData createSupportTicketData, MutableState<Boolean> mutableState, MutableState<Boolean> mutableState2, MutableState<String> mutableState3, MutableState<String> mutableState4) {
        super(0);
        this.$data = createSupportTicketData;
        this.$isSubmitting$delegate = mutableState;
        this.$hasError$delegate = mutableState2;
        this.$email$delegate = mutableState3;
        this.$description$delegate = mutableState4;
    }

    @Override // J4.a
    public /* bridge */ /* synthetic */ Object invoke() {
        m981invoke();
        return C3137A.f25453a;
    }

    /* JADX INFO: renamed from: invoke, reason: collision with other method in class */
    public final void m981invoke() {
        CreateSupportTicketViewKt.CreateSupportTicketView$lambda$11(this.$isSubmitting$delegate, true);
        CreateSupportTicketViewKt.CreateSupportTicketView$lambda$13(this.$hasError$delegate, false);
        this.$data.getOnSubmit().invoke(S4.p.o1(CreateSupportTicketViewKt.CreateSupportTicketView$lambda$1(this.$email$delegate)).toString(), CreateSupportTicketViewKt.CreateSupportTicketView$lambda$8(this.$description$delegate), AnonymousClass1.INSTANCE, new AnonymousClass2(this.$isSubmitting$delegate, this.$hasError$delegate));
    }
}
