discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$guildId$2.java
2022-03-07 09:34:54 +00:00

21 lines
924 B
Java

package com.discord.widgets.guildscheduledevent;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildScheduledEventUpsellBottomSheet.kt */
/* loaded from: classes2.dex */
public final class WidgetGuildScheduledEventUpsellBottomSheet$guildId$2 extends o implements Function0<Long> {
public final /* synthetic */ WidgetGuildScheduledEventUpsellBottomSheet this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public WidgetGuildScheduledEventUpsellBottomSheet$guildId$2(WidgetGuildScheduledEventUpsellBottomSheet widgetGuildScheduledEventUpsellBottomSheet) {
super(0);
this.this$0 = widgetGuildScheduledEventUpsellBottomSheet;
}
@Override // kotlin.jvm.functions.Function0
public final Long invoke() {
return this.this$0.requireArguments().getLong("com.discord.intent.extra.EXTRA_GUILD_ID");
}
}