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

32 lines
1.5 KiB
Java

package com.discord.widgets.channels.settings;
import androidx.fragment.app.FragmentManager;
import com.discord.widgets.channels.settings.WidgetChannelNotificationSettings;
import com.discord.widgets.settings.WidgetMuteSettingsSheet;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetChannelNotificationSettings.kt */
public final class WidgetChannelNotificationSettings$configureUI$onMute$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$onMute$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() {
WidgetMuteSettingsSheet.Companion companion = WidgetMuteSettingsSheet.Companion;
long h = this.$this_configureUI.getChannel().h();
FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager();
m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager");
companion.showForChannel(h, parentFragmentManager);
}
}