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

import J4.c;
import androidx.compose.runtime.MutableState;
import kotlin.jvm.internal.o;
import kotlin.jvm.internal.p;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class CreateSupportTicketViewKt$CreateSupportTicketView$1$3$1 extends p implements c {
    final /* synthetic */ MutableState<String> $description$delegate;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public CreateSupportTicketViewKt$CreateSupportTicketView$1$3$1(MutableState<String> mutableState) {
        super(1);
        this.$description$delegate = mutableState;
    }

    @Override // J4.c
    public /* bridge */ /* synthetic */ Object invoke(Object obj) {
        invoke((String) obj);
        return C3137A.f25453a;
    }

    public final void invoke(String newValue) {
        o.h(newValue, "newValue");
        if (newValue.length() <= 250) {
            this.$description$delegate.setValue(newValue);
        }
    }
}
