discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLi...

23 lines
1.0 KiB
Java

package com.discord.widgets.guildscheduledevent;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */
public final class WidgetGuildScheduledEventListBottomSheet$guildId$2 extends o implements Function0<Long> {
public final /* synthetic */ WidgetGuildScheduledEventListBottomSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildScheduledEventListBottomSheet$guildId$2(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) {
super(0);
this.this$0 = widgetGuildScheduledEventListBottomSheet;
}
/* 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 mo1invoke() {
return this.this$0.requireArguments().getLong("com.discord.intent.extra.EXTRA_GUILD_ID");
}
}