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

25 lines
1.2 KiB
Java

package com.discord.widgets.chat.list.actions;
import android.content.Intent;
import android.view.View;
import com.discord.utilities.intent.IntentUtils;
import com.discord.widgets.chat.list.actions.WidgetChatListActions;
/* compiled from: WidgetChatListActions.kt */
public final class WidgetChatListActions$configureUI$10 implements View.OnClickListener {
public final /* synthetic */ WidgetChatListActions.Model $data;
public final /* synthetic */ long $guildId;
public final /* synthetic */ WidgetChatListActions this$0;
public WidgetChatListActions$configureUI$10(WidgetChatListActions widgetChatListActions, WidgetChatListActions.Model model, long j) {
this.this$0 = widgetChatListActions;
this.$data = model;
this.$guildId = j;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
this.this$0.requireContext().startActivity(Intent.createChooser(IntentUtils.INSTANCE.toExternalizedSend(IntentUtils.RouteBuilders.selectChannel(this.$data.getMessage().getChannelId(), this.$guildId, Long.valueOf(this.$data.getMessage().getId()))), this.this$0.getString(2131893322)));
this.this$0.dismiss();
}
}