discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$guildId$2.java
2021-10-15 08:18:26 +02:00

22 lines
1 KiB
Java

package com.discord.widgets.guildscheduledevent;
import c0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildScheduledEventUpsellBottomSheet.kt */
public final class WidgetGuildScheduledEventUpsellBottomSheet$guildId$2 extends o implements Function0<Long> {
public final /* synthetic */ WidgetGuildScheduledEventUpsellBottomSheet this$0;
/* JADX INFO: 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;
}
/* Return type fixed from 'long' to match base method */
/* JADX WARNING: Unknown variable types count: 1 */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Long mo17invoke() {
return this.this$0.requireArguments().getLong("com.discord.intent.extra.EXTRA_GUILD_ID");
}
}