discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings$existingGuildScheduledEventId$2.java

22 lines
1,002 B
Java
Raw Normal View History

2021-09-21 06:31:55 +00:00
package com.discord.widgets.guildscheduledevent;
2021-10-15 06:18:26 +00:00
import c0.z.d.o;
2021-09-21 06:31:55 +00:00
import com.discord.utilities.intent.IntentUtilsKt;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildScheduledEventSettings.kt */
public final class WidgetGuildScheduledEventSettings$existingGuildScheduledEventId$2 extends o implements Function0<Long> {
public final /* synthetic */ WidgetGuildScheduledEventSettings this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildScheduledEventSettings$existingGuildScheduledEventId$2(WidgetGuildScheduledEventSettings widgetGuildScheduledEventSettings) {
super(0);
this.this$0 = widgetGuildScheduledEventSettings;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
2021-10-15 06:18:26 +00:00
public final Long mo17invoke() {
2021-09-21 06:31:55 +00:00
return IntentUtilsKt.getLongExtraOrNull(this.this$0.getMostRecentIntent(), "com.discord.intent.extra.EXTRA_GUILD_SCHEDULED_EVENT_ID");
}
}