package com.discord.widgets.guilds.invite; import b.d.b.a.a; import com.discord.app.AppLog; import com.discord.utilities.logging.Logger; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: GuildInviteViewModel.kt */ public final class GuildInviteViewModel$fetchInviteIfNotLoaded$1 extends o implements Function0 { public final /* synthetic */ GuildInviteViewModel this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public GuildInviteViewModel$fetchInviteIfNotLoaded$1(GuildInviteViewModel guildInviteViewModel) { super(0); this.this$0 = guildInviteViewModel; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { AppLog appLog = AppLog.g; StringBuilder R = a.R("Failed to resolve invite["); R.append(this.this$0.getInviteCode().getInviteCode()); R.append("] from "); R.append(this.this$0.getInviteCode().getSource()); Logger.d$default(appLog, R.toString(), null, 2, null); } }