package com.discord.widgets.servers; import com.discord.stores.StoreStream; import com.discord.stores.StoreUserGuildSettings; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: WidgetServerNotifications.kt */ public final class WidgetServerNotifications$configureUI$onUnmute$1 extends o implements Function0 { public final /* synthetic */ long $guildId; public final /* synthetic */ WidgetServerNotifications this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetServerNotifications$configureUI$onUnmute$1(WidgetServerNotifications widgetServerNotifications, long j) { super(0); this.this$0 = widgetServerNotifications; this.$guildId = j; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreUserGuildSettings.setGuildMuted$default(StoreStream.Companion.getUserGuildSettings(), this.this$0.requireContext(), this.$guildId, false, null, 8, null); } }