discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$hubViewModel$2.java
2022-03-07 09:34:54 +00:00

23 lines
1.3 KiB
Java

package com.discord.widgets.guildscheduledevent;
import com.discord.app.AppViewModel;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildScheduledEventLocationSelect.kt */
/* loaded from: classes2.dex */
public final class WidgetGuildScheduledEventLocationSelect$hubViewModel$2 extends o implements Function0<AppViewModel<GuildScheduledEventDirectoryAssociationState>> {
public final /* synthetic */ WidgetGuildScheduledEventLocationSelect this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public WidgetGuildScheduledEventLocationSelect$hubViewModel$2(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect) {
super(0);
this.this$0 = widgetGuildScheduledEventLocationSelect;
}
/* JADX WARN: Can't rename method to resolve collision */
@Override // kotlin.jvm.functions.Function0
public final AppViewModel<GuildScheduledEventDirectoryAssociationState> invoke() {
return new GuildScheduledEventDirectoryAssociationViewModel(WidgetGuildScheduledEventLocationSelect.access$getGuildId$p(this.this$0), WidgetGuildScheduledEventLocationSelect.access$getExistingGuildScheduledEventId$p(this.this$0), null, null, 12, null);
}
}