discord-jadx/app/src/main/java/com/discord/widgets/channels/settings/WidgetChannelNotificationSe...

27 lines
1.3 KiB
Java

package com.discord.widgets.channels.settings;
import com.discord.stores.StoreStream;
import com.discord.stores.StoreUserGuildSettings;
import com.discord.widgets.channels.settings.WidgetChannelNotificationSettings;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetChannelNotificationSettings.kt */
public final class WidgetChannelNotificationSettings$configureUI$onUnmute$1 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetChannelNotificationSettings.Model $this_configureUI;
public final /* synthetic */ WidgetChannelNotificationSettings this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChannelNotificationSettings$configureUI$onUnmute$1(WidgetChannelNotificationSettings widgetChannelNotificationSettings, WidgetChannelNotificationSettings.Model model) {
super(0);
this.this$0 = widgetChannelNotificationSettings;
this.$this_configureUI = model;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreUserGuildSettings.setChannelMuted$default(StoreStream.Companion.getUserGuildSettings(), this.this$0.requireContext(), this.$this_configureUI.getChannel().h(), false, null, 8, null);
}
}