package com.discord.utilities.textprocessing; import com.discord.utilities.spans.VerticalPaddingSpan; import d0.t.m; import d0.z.d.o; import java.util.List; import kotlin.jvm.functions.Function0; /* compiled from: Spans.kt */ public final class Spans$createHeaderPaddingSpansProvider$1 extends o implements Function0> { public final /* synthetic */ int $headerBottomPx; public final /* synthetic */ int $headerTopPx; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public Spans$createHeaderPaddingSpansProvider$1(int i, int i2) { super(0); this.$headerTopPx = i; this.$headerBottomPx = i2; } /* Return type fixed from 'java.util.List' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final List mo1invoke() { return m.listOf(new VerticalPaddingSpan(this.$headerTopPx, this.$headerBottomPx)); } }