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

20 lines
905 B
Java

package com.discord.widgets.guildscheduledevent;
import c0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetEndGuildScheduledEventBottomSheet.kt */
public final class WidgetEndGuildScheduledEventBottomSheet$requestKey$2 extends o implements Function0<String> {
public final /* synthetic */ WidgetEndGuildScheduledEventBottomSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetEndGuildScheduledEventBottomSheet$requestKey$2(WidgetEndGuildScheduledEventBottomSheet widgetEndGuildScheduledEventBottomSheet) {
super(0);
this.this$0 = widgetEndGuildScheduledEventBottomSheet;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final String mo17invoke() {
return this.this$0.requireArguments().getString("INTENT_EXTRA_REQUEST_KEY", "");
}
}