package com.discord.widgets.stickers; import com.discord.api.sticker.Sticker; import com.discord.app.AppViewModel; import com.discord.widgets.stickers.StickerSheetViewModel; import d0.z.d.o; import java.io.Serializable; import java.util.Objects; import kotlin.jvm.functions.Function0; /* compiled from: WidgetStickerSheet.kt */ /* loaded from: classes2.dex */ public final class WidgetStickerSheet$viewModel$2 extends o implements Function0> { public final /* synthetic */ WidgetStickerSheet this$0; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public WidgetStickerSheet$viewModel$2(WidgetStickerSheet widgetStickerSheet) { super(0); this.this$0 = widgetStickerSheet; } /* JADX WARN: Can't rename method to resolve collision */ @Override // kotlin.jvm.functions.Function0 public final AppViewModel invoke() { Serializable serializable = WidgetStickerSheet.access$getArgumentsOrDefault$p(this.this$0).getSerializable("com.discord.intent.extra.EXTRA_STICKER"); Objects.requireNonNull(serializable, "null cannot be cast to non-null type com.discord.api.sticker.Sticker"); return new StickerSheetViewModel((Sticker) serializable, null, null, WidgetStickerSheet.access$getArgumentsOrDefault$p(this.this$0).getString("widget_sticker_sheet_analytics_location"), null, 22, null); } }