discord-jadx/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions$confi...

24 lines
1.0 KiB
Java

package com.discord.widgets.chat.list.actions;
import android.view.View;
import com.discord.utilities.channel.ChannelSelector;
import com.discord.widgets.chat.list.actions.WidgetChatListActions;
/* compiled from: WidgetChatListActions.kt */
public final class WidgetChatListActions$configureUI$15 implements View.OnClickListener {
public final /* synthetic */ WidgetChatListActions.Model $data;
public final /* synthetic */ long $guildId;
public final /* synthetic */ WidgetChatListActions this$0;
public WidgetChatListActions$configureUI$15(WidgetChatListActions widgetChatListActions, long j, WidgetChatListActions.Model model) {
this.this$0 = widgetChatListActions;
this.$guildId = j;
this.$data = model;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
this.this$0.dismiss();
ChannelSelector.Companion.getInstance().openCreateThread(this.$guildId, this.$data.getMessage().getChannelId(), Long.valueOf(this.$data.getMessage().getId()));
}
}