package com.discord.widgets.directories; import com.discord.api.directory.DirectoryEntryGuild; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: WidgetDirectoryCategory.kt */ /* loaded from: classes2.dex */ public final class WidgetDirectoryCategory$adapter$1$onOverflowClicked$1 extends o implements Function0 { public final /* synthetic */ long $channelId; public final /* synthetic */ DirectoryEntryGuild $directoryEntry; public final /* synthetic */ WidgetDirectoryCategory$adapter$1 this$0; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public WidgetDirectoryCategory$adapter$1$onOverflowClicked$1(WidgetDirectoryCategory$adapter$1 widgetDirectoryCategory$adapter$1, DirectoryEntryGuild directoryEntryGuild, long j) { super(0); this.this$0 = widgetDirectoryCategory$adapter$1; this.$directoryEntry = directoryEntryGuild; this.$channelId = j; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke reason: avoid collision after fix types in other method */ public final void invoke2() { this.this$0.this$0.getViewModel().removeGuild(this.$directoryEntry.e().h(), this.$channelId); } }