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

import J4.e;
import T0.O;
import X0.AbstractC0808v;
import X0.I;
import androidx.compose.runtime.Composer;
import androidx.compose.runtime.RecomposeScopeImplKt;
import f1.C2023k;
import i0.InterfaceC2240d;
import i0.InterfaceC2255s;
import kotlin.jvm.internal.p;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class MarkdownKt$Markdown$2 extends p implements e {
    final /* synthetic */ int $$changed;
    final /* synthetic */ int $$changed1;
    final /* synthetic */ int $$default;
    final /* synthetic */ boolean $allowLinks;
    final /* synthetic */ boolean $applyFontSizeToParagraph;
    final /* synthetic */ long $color;
    final /* synthetic */ AbstractC0808v $fontFamily;
    final /* synthetic */ long $fontSize;
    final /* synthetic */ I $fontWeight;
    final /* synthetic */ InterfaceC2240d $horizontalAlignment;
    final /* synthetic */ InterfaceC2255s $modifier;
    final /* synthetic */ O $style;
    final /* synthetic */ String $text;
    final /* synthetic */ C2023k $textAlign;
    final /* synthetic */ boolean $textFillMaxWidth;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public MarkdownKt$Markdown$2(String str, InterfaceC2255s interfaceC2255s, long j4, O o6, long j6, I i6, AbstractC0808v abstractC0808v, InterfaceC2240d interfaceC2240d, C2023k c2023k, boolean z6, boolean z7, boolean z8, int i7, int i8, int i9) {
        super(2);
        this.$text = str;
        this.$modifier = interfaceC2255s;
        this.$color = j4;
        this.$style = o6;
        this.$fontSize = j6;
        this.$fontWeight = i6;
        this.$fontFamily = abstractC0808v;
        this.$horizontalAlignment = interfaceC2240d;
        this.$textAlign = c2023k;
        this.$allowLinks = z6;
        this.$textFillMaxWidth = z7;
        this.$applyFontSizeToParagraph = z8;
        this.$$changed = i7;
        this.$$changed1 = i8;
        this.$$default = i9;
    }

    @Override // J4.e
    public /* bridge */ /* synthetic */ Object invoke(Object obj, Object obj2) {
        invoke((Composer) obj, ((Number) obj2).intValue());
        return C3137A.f25453a;
    }

    public final void invoke(Composer composer, int i6) {
        MarkdownKt.m858MarkdownDkhmgE0(this.$text, this.$modifier, this.$color, this.$style, this.$fontSize, this.$fontWeight, this.$fontFamily, this.$horizontalAlignment, this.$textAlign, this.$allowLinks, this.$textFillMaxWidth, this.$applyFontSizeToParagraph, composer, RecomposeScopeImplKt.updateChangedFlags(this.$$changed | 1), RecomposeScopeImplKt.updateChangedFlags(this.$$changed1), this.$$default);
    }
}
