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 kotlin.jvm.internal.p;
import w4.C3137A;
import x5.s;

/* JADX INFO: loaded from: classes3.dex */
public final class MarkdownKt$MDOrderedList$2 extends p implements e {
    final /* synthetic */ int $$changed;
    final /* synthetic */ boolean $allowLinks;
    final /* synthetic */ long $color;
    final /* synthetic */ AbstractC0808v $fontFamily;
    final /* synthetic */ long $fontSize;
    final /* synthetic */ I $fontWeight;
    final /* synthetic */ s $orderedList;
    final /* synthetic */ O $style;
    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$MDOrderedList$2(s sVar, long j4, O o6, long j6, I i6, AbstractC0808v abstractC0808v, C2023k c2023k, boolean z6, boolean z7, int i7) {
        super(2);
        this.$orderedList = sVar;
        this.$color = j4;
        this.$style = o6;
        this.$fontSize = j6;
        this.$fontWeight = i6;
        this.$fontFamily = abstractC0808v;
        this.$textAlign = c2023k;
        this.$allowLinks = z6;
        this.$textFillMaxWidth = z7;
        this.$$changed = i7;
    }

    @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.m856MDOrderedListlzeOXFE(this.$orderedList, this.$color, this.$style, this.$fontSize, this.$fontWeight, this.$fontFamily, this.$textAlign, this.$allowLinks, this.$textFillMaxWidth, composer, RecomposeScopeImplKt.updateChangedFlags(this.$$changed | 1));
    }
}
