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

21 lines
839 B
Java

package com.discord.widgets.chat.list.actions;
import android.view.View;
import com.discord.widgets.chat.list.actions.WidgetChatListActions;
/* compiled from: WidgetChatListActions.kt */
public final class WidgetChatListActions$configureUI$1 implements View.OnClickListener {
public final /* synthetic */ WidgetChatListActions.Model $data;
public final /* synthetic */ WidgetChatListActions this$0;
public WidgetChatListActions$configureUI$1(WidgetChatListActions widgetChatListActions, WidgetChatListActions.Model model) {
this.this$0 = widgetChatListActions;
this.$data = model;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetChatListActions.access$editMessage(this.this$0, this.$data.getMessage());
this.this$0.dismiss();
}
}