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

26 lines
1.1 KiB
Java

package com.discord.widgets.channels;
import android.view.View;
import androidx.fragment.app.FragmentManager;
import com.discord.widgets.settings.WidgetMuteSettingsSheet;
import d0.z.d.m;
/* compiled from: WidgetChannelSidebarActions.kt */
public final class WidgetChannelSidebarActions$configureUI$3 implements View.OnClickListener {
public final /* synthetic */ long $channelId;
public final /* synthetic */ WidgetChannelSidebarActions this$0;
public WidgetChannelSidebarActions$configureUI$3(WidgetChannelSidebarActions widgetChannelSidebarActions, long j) {
this.this$0 = widgetChannelSidebarActions;
this.$channelId = j;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetMuteSettingsSheet.Companion companion = WidgetMuteSettingsSheet.Companion;
long j = this.$channelId;
FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager();
m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager");
companion.showForChannel(j, parentFragmentManager);
}
}