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

26 lines
1.2 KiB
Java

package com.discord.widgets.guilds.join;
import com.discord.utilities.captcha.CaptchaErrorBody;
import d0.z.d.o;
import java.io.Serializable;
import java.util.Objects;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildJoinCaptchaBottomSheet.kt */
public final class WidgetGuildJoinCaptchaBottomSheet$captchaErrorBody$2 extends o implements Function0<CaptchaErrorBody> {
public final /* synthetic */ WidgetGuildJoinCaptchaBottomSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildJoinCaptchaBottomSheet$captchaErrorBody$2(WidgetGuildJoinCaptchaBottomSheet widgetGuildJoinCaptchaBottomSheet) {
super(0);
this.this$0 = widgetGuildJoinCaptchaBottomSheet;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final CaptchaErrorBody mo1invoke() {
Serializable serializable = WidgetGuildJoinCaptchaBottomSheet.access$getArgumentsOrDefault$p(this.this$0).getSerializable("INTENT_EXTRA_CAPTCHA_ERROR_BODY");
Objects.requireNonNull(serializable, "null cannot be cast to non-null type com.discord.utilities.captcha.CaptchaErrorBody");
return (CaptchaErrorBody) serializable;
}
}