discord-jadx/app/src/main/java/com/discord/widgets/guilds/join/WidgetGuildJoinCaptchaBotto...

21 lines
904 B
Java
Raw Normal View History

2021-10-20 06:51:20 +00:00
package com.discord.widgets.guilds.join;
2021-11-02 06:38:17 +00:00
import d0.z.d.o;
2021-10-20 06:51:20 +00:00
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildJoinCaptchaBottomSheet.kt */
public final class WidgetGuildJoinCaptchaBottomSheet$requestCode$2 extends o implements Function0<String> {
public final /* synthetic */ WidgetGuildJoinCaptchaBottomSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildJoinCaptchaBottomSheet$requestCode$2(WidgetGuildJoinCaptchaBottomSheet widgetGuildJoinCaptchaBottomSheet) {
super(0);
this.this$0 = widgetGuildJoinCaptchaBottomSheet;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
2021-11-02 06:38:17 +00:00
public final String mo1invoke() {
2021-10-20 06:51:20 +00:00
return WidgetGuildJoinCaptchaBottomSheet.access$getArgumentsOrDefault$p(this.this$0).getString("INTENT_EXTRA_REQUEST_CODE", "");
}
}