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

31 lines
1.3 KiB
Java

package com.discord.widgets.channels.settings;
import androidx.fragment.app.FragmentManager;
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: WidgetChannelGroupDMSettings.kt */
public final class WidgetChannelGroupDMSettings$configureUi$3 extends o implements Function0<Unit> {
public final /* synthetic */ long $channelId;
public final /* synthetic */ WidgetChannelGroupDMSettings this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChannelGroupDMSettings$configureUi$3(WidgetChannelGroupDMSettings widgetChannelGroupDMSettings, long j) {
super(0);
this.this$0 = widgetChannelGroupDMSettings;
this.$channelId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
WidgetMuteSettingsSheet.Companion companion = WidgetMuteSettingsSheet.Companion;
long j = this.$channelId;
FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager();
m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager");
companion.showForChannel(j, parentFragmentManager);
}
}