discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications$c...

31 lines
1.3 KiB
Java

package com.discord.widgets.servers;
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: WidgetServerNotifications.kt */
public final class WidgetServerNotifications$configureUI$onMute$1 extends o implements Function0<Unit> {
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$onMute$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() {
WidgetMuteSettingsSheet.Companion companion = WidgetMuteSettingsSheet.Companion;
long j = this.$guildId;
FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager();
m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager");
companion.showForGuild(j, parentFragmentManager);
}
}