package com.revenuecat.purchases.ui.revenuecatui.composables;

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

/* JADX INFO: loaded from: classes3.dex */
public final class AutoResizedTextKt$AutoResizedText$1$1 extends p implements c {
    final /* synthetic */ MutableState<Boolean> $shouldDraw$delegate;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public AutoResizedTextKt$AutoResizedText$1$1(MutableState<Boolean> mutableState) {
        super(1);
        this.$shouldDraw$delegate = mutableState;
    }

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

    public final void invoke(InterfaceC2864c drawWithContent) {
        o.h(drawWithContent, "$this$drawWithContent");
        if (AutoResizedTextKt.AutoResizedText_W72HBGU$lambda$4(this.$shouldDraw$delegate)) {
            ((J) drawWithContent).b();
        }
    }
}
