discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetEndGuildScheduledEventBottomSheet$guildScheduledEventId$2.java

23 lines
1 KiB
Java
Raw Normal View History

2021-09-10 06:36:33 +00:00
package com.discord.widgets.guildscheduledevent;
2021-10-15 06:18:26 +00:00
import c0.z.d.o;
2021-09-10 06:36:33 +00:00
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetEndGuildScheduledEventBottomSheet.kt */
public final class WidgetEndGuildScheduledEventBottomSheet$guildScheduledEventId$2 extends o implements Function0<Long> {
public final /* synthetic */ WidgetEndGuildScheduledEventBottomSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetEndGuildScheduledEventBottomSheet$guildScheduledEventId$2(WidgetEndGuildScheduledEventBottomSheet widgetEndGuildScheduledEventBottomSheet) {
super(0);
this.this$0 = widgetEndGuildScheduledEventBottomSheet;
}
/* Return type fixed from 'long' to match base method */
/* JADX WARNING: Unknown variable types count: 1 */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
2021-10-15 06:18:26 +00:00
public final Long mo17invoke() {
2021-09-10 06:36:33 +00:00
return this.this$0.requireArguments().getLong("com.discord.intent.extra.EXTRA_GUILD_SCHEDULED_EVENT_ID");
}
}